Package com.ngrok.definitions
Class EndpointIpPolicy
java.lang.Object
com.ngrok.definitions.EndpointIpPolicy
A class encapsulating the 
EndpointIpPolicy resource.- 
Constructor SummaryConstructorsConstructorDescriptionEndpointIpPolicy(Optional<Boolean> enabled, List<Ref> ipPolicies) Creates a new instance ofEndpointIpPolicy.
- 
Method Summary
- 
Constructor Details- 
EndpointIpPolicyCreates a new instance ofEndpointIpPolicy.
 
- 
- 
Method Details- 
getEnabledtrueif the module will be applied to traffic,falseto disable. defaulttrueif unspecified- Returns:
- the value of the property as a booleanwrapped in anOptional
 
- 
getIpPoliciesFetches the value of theipPoliciesproperty.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-