Class VgwTelemetry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
Describes telemetry for a VPN tunnel.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe number of accepted routes.static VgwTelemetry.Builderbuilder()final StringThe Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time of the last change in status.final StringThe Internet-routable IP address of the virtual private gateway's outside interface.static Class<? extends VgwTelemetry.Builder>final TelemetryStatusstatus()The status of the VPN tunnel.final StringThe status of the VPN tunnel.final StringIf an error occurs, a description of the error.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
-
acceptedRouteCount
The number of accepted routes.
- Returns:
- The number of accepted routes.
-
lastStatusChange
The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.
- Returns:
- The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.
-
outsideIpAddress
The Internet-routable IP address of the virtual private gateway's outside interface.
- Returns:
- The Internet-routable IP address of the virtual private gateway's outside interface.
-
status
The status of the VPN tunnel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTelemetryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the VPN tunnel.
- See Also:
-
statusAsString
The status of the VPN tunnel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTelemetryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the VPN tunnel.
- See Also:
-
statusMessage
If an error occurs, a description of the error.
- Returns:
- If an error occurs, a description of the error.
-
certificateArn
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
- Returns:
- The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VgwTelemetry.Builder,VgwTelemetry>
-
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
-