Package com.ngrok.definitions
Class EndpointTlsTerminationAtEdge
java.lang.Object
com.ngrok.definitions.EndpointTlsTerminationAtEdge
A class encapsulating the
EndpointTlsTerminationAtEdge
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
true
if the module will be applied to traffic,false
to disable.The minimum TLS version used for termination and advertised to the client during the TLS handshake.int
hashCode()
Creates a new builder for theEndpointTlsTerminationAtEdge
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEndpointTlsTerminationAtEdge
type.- Returns:
- a new
EndpointTlsTerminationAtEdge.Builder
-
getEnabled
true
if the module will be applied to traffic,false
to disable. defaulttrue
if unspecified- Returns:
- the value of the property as a
boolean
wrapped 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_at
is set toupstream
. -
equals
-
hashCode
public int hashCode() -
toString
-