Uses of Class
com.ngrok.definitions.EndpointIpPolicyMutate.Builder
-
Uses of EndpointIpPolicyMutate.Builder in com.ngrok.definitions
Modifier and TypeMethodDescriptionEndpointIpPolicyMutate.Builder.enabled
(boolean enabled) true
if the module will be applied to traffic,false
to disable.true
if the module will be applied to traffic,false
to disable.EndpointIpPolicyMutate.Builder.ipPolicyIds
(List<String> ipPolicyIds) list of all IP policies that will be used to check if a source IP is allowed access to the endpointEndpointIpPolicyMutate.Builder.ipPolicyIds
(Optional<List<String>> ipPolicyIds) list of all IP policies that will be used to check if a source IP is allowed access to the endpointEndpointIpPolicyMutate.newBuilder()
Creates a new builder for theEndpointIpPolicyMutate
type.