Uses of Class
com.ngrok.services.EdgesTls.UpdateCallBuilder
Packages that use EdgesTls.UpdateCallBuilder
-
Uses of EdgesTls.UpdateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EdgesTls.UpdateCallBuilderModifier 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_restrictionparameter.EdgesTls.UpdateCallBuilder.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.UpdateCallBuilder.mutualTls(EndpointMutualTlsMutate mutualTls) Sets themutual_tlsparameter.EdgesTls.UpdateCallBuilder.mutualTls(Optional<EndpointMutualTlsMutate> mutualTls) Sets (or unsets) themutual_tlsparameter.EdgesTls.UpdateCallBuilder.tlsTermination(EndpointTlsTermination tlsTermination) Sets thetls_terminationparameter.EdgesTls.UpdateCallBuilder.tlsTermination(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_terminationparameter.Updates a TLS Edge by ID.