Class ClientRouteEnforcementOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientRouteEnforcementOptions.Builder,ClientRouteEnforcementOptions>
Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined routes on devices connected through the VPN. This feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client Route Enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Booleanenforced()Enable or disable Client Route Enforcement.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ClientRouteEnforcementOptions.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
enforced
Enable or disable Client Route Enforcement. The state can either be
true(enabled) orfalse(disabled). The default isfalse.Valid values:
true | falseDefault value:
false- Returns:
- Enable or disable Client Route Enforcement. The state can either be
true(enabled) orfalse(disabled). The default isfalse.Valid values:
true | falseDefault value:
false
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientRouteEnforcementOptions.Builder,ClientRouteEnforcementOptions>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-