Uses of Class
com.ngrok.services.EdgesTls.CreateCallBuilder
Packages that use EdgesTls.CreateCallBuilder
-
Uses of EdgesTls.CreateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EdgesTls.CreateCallBuilderModifier 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_restrictionparameter.EdgesTls.CreateCallBuilder.ipRestriction(Optional<EndpointIpPolicyMutate> ipRestriction) Sets (or unsets) theip_restrictionparameter.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_tlsparameter.EdgesTls.CreateCallBuilder.mutualTls(Optional<EndpointMutualTlsMutate> mutualTls) Sets (or unsets) themutual_tlsparameter.EdgesTls.CreateCallBuilder.tlsTermination(EndpointTlsTermination tlsTermination) Sets thetls_terminationparameter.EdgesTls.CreateCallBuilder.tlsTermination(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_terminationparameter.