Class ActiveVpnTunnelStatus
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActiveVpnTunnelStatus.Builder,ActiveVpnTunnelStatus>
Contains information about the current security configuration of an active VPN tunnel.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe version of the Internet Key Exchange (IKE) protocol being used.final IntegerThe Diffie-Hellman group number being used in Phase 1 IKE negotiations.final StringThe encryption algorithm negotiated in Phase 1 IKE negotiations.final StringThe integrity algorithm negotiated in Phase 1 IKE negotiations.final IntegerThe Diffie-Hellman group number being used in Phase 2 IKE negotiations.final StringThe encryption algorithm negotiated in Phase 2 IKE negotiations.final StringThe integrity algorithm negotiated in Phase 2 IKE negotiations.The current provisioning status of the VPN tunnel.final StringThe current provisioning status of the VPN tunnel.final StringThe reason for the current provisioning status.static Class<? extends ActiveVpnTunnelStatus.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
-
phase1EncryptionAlgorithm
The encryption algorithm negotiated in Phase 1 IKE negotiations.
- Returns:
- The encryption algorithm negotiated in Phase 1 IKE negotiations.
-
phase2EncryptionAlgorithm
The encryption algorithm negotiated in Phase 2 IKE negotiations.
- Returns:
- The encryption algorithm negotiated in Phase 2 IKE negotiations.
-
phase1IntegrityAlgorithm
The integrity algorithm negotiated in Phase 1 IKE negotiations.
- Returns:
- The integrity algorithm negotiated in Phase 1 IKE negotiations.
-
phase2IntegrityAlgorithm
The integrity algorithm negotiated in Phase 2 IKE negotiations.
- Returns:
- The integrity algorithm negotiated in Phase 2 IKE negotiations.
-
phase1DHGroup
The Diffie-Hellman group number being used in Phase 1 IKE negotiations.
- Returns:
- The Diffie-Hellman group number being used in Phase 1 IKE negotiations.
-
phase2DHGroup
The Diffie-Hellman group number being used in Phase 2 IKE negotiations.
- Returns:
- The Diffie-Hellman group number being used in Phase 2 IKE negotiations.
-
ikeVersion
The version of the Internet Key Exchange (IKE) protocol being used.
- Returns:
- The version of the Internet Key Exchange (IKE) protocol being used.
-
provisioningStatus
The current provisioning status of the VPN tunnel.
If the service returns an enum value that is not available in the current SDK version,
provisioningStatuswill returnVpnTunnelProvisioningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningStatusAsString().- Returns:
- The current provisioning status of the VPN tunnel.
- See Also:
-
provisioningStatusAsString
The current provisioning status of the VPN tunnel.
If the service returns an enum value that is not available in the current SDK version,
provisioningStatuswill returnVpnTunnelProvisioningStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningStatusAsString().- Returns:
- The current provisioning status of the VPN tunnel.
- See Also:
-
provisioningStatusReason
The reason for the current provisioning status.
- Returns:
- The reason for the current provisioning status.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActiveVpnTunnelStatus.Builder,ActiveVpnTunnelStatus>
-
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
-