Uses of Class
com.ngrok.services.EdgesTls.UpdateCallBuilder
-
Uses of EdgesTls.UpdateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionEdgesTls.UpdateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgesTls.UpdateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgesTls.UpdateCallBuilder.description
(String description) human-readable description of what this edge will be used for; optional, max 255 bytes.EdgesTls.UpdateCallBuilder.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.UpdateCallBuilder.ipRestriction
(EndpointIpPolicyMutate ipRestriction) Sets theip_restriction
parameter.EdgesTls.UpdateCallBuilder.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.UpdateCallBuilder.mutualTls
(EndpointMutualTlsMutate mutualTls) Sets themutual_tls
parameter.EdgesTls.UpdateCallBuilder.mutualTls
(Optional<EndpointMutualTlsMutate> mutualTls) Sets (or unsets) themutual_tls
parameter.EdgesTls.UpdateCallBuilder.tlsTermination
(EndpointTlsTermination tlsTermination) Sets thetls_termination
parameter.EdgesTls.UpdateCallBuilder.tlsTermination
(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_termination
parameter.Updates a TLS Edge by ID.