Package com.ngrok.definitions
Class EndpointTlsTerminationAtEdge
java.lang.Object
com.ngrok.definitions.EndpointTlsTerminationAtEdge
A class encapsulating the
EndpointTlsTerminationAtEdge resource.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleantrueif the module will be applied to traffic,falseto disable.The minimum TLS version used for termination and advertised to the client during the TLS handshake.inthashCode()Creates a new builder for theEndpointTlsTerminationAtEdgetype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEndpointTlsTerminationAtEdgetype.- Returns:
- a new
EndpointTlsTerminationAtEdge.Builder
-
getEnabled
trueif the module will be applied to traffic,falseto disable. defaulttrueif unspecified- Returns:
- the value of the property as a
booleanwrapped in anOptional
-
getMinVersion
The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null ifterminate_atis set toupstream. -
equals
-
hashCode
public int hashCode() -
toString
-