Uses of Class
com.ngrok.services.EdgesTls.CreateCallBuilder
-
Uses of EdgesTls.CreateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionEdgesTls.CreateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgesTls.CreateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgesTls.create()
Create a TLS Edge See also https://ngrok.com/docs/api#api-edges-tls-create.EdgesTls.CreateCallBuilder.description
(String description) human-readable description of what this edge will be used for; optional, max 255 bytes.EdgesTls.CreateCallBuilder.description
(Optional<String> description) human-readable description of what this edge will be used for; optional, max 255 bytes.hostports served by this edgehostports served by this edgeEdgesTls.CreateCallBuilder.ipRestriction
(EndpointIpPolicyMutate ipRestriction) Sets theip_restriction
parameter.EdgesTls.CreateCallBuilder.ipRestriction
(Optional<EndpointIpPolicyMutate> ipRestriction) Sets (or unsets) theip_restriction
parameter.arbitrary user-defined machine-readable data of this edge.arbitrary user-defined machine-readable data of this edge.EdgesTls.CreateCallBuilder.mutualTls
(EndpointMutualTlsMutate mutualTls) Sets themutual_tls
parameter.EdgesTls.CreateCallBuilder.mutualTls
(Optional<EndpointMutualTlsMutate> mutualTls) Sets (or unsets) themutual_tls
parameter.EdgesTls.CreateCallBuilder.tlsTermination
(EndpointTlsTermination tlsTermination) Sets thetls_termination
parameter.EdgesTls.CreateCallBuilder.tlsTermination
(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_termination
parameter.