@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2VpnConnectionVgwTelemetryDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2VpnConnectionVgwTelemetryDetails.Builder,AwsEc2VpnConnectionVgwTelemetryDetails>
Information about the VPN tunnel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
acceptedRouteCount()
The number of accepted routes.
|
static AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
builder() |
String |
certificateArn()
The ARN of the VPN tunnel endpoint certificate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastStatusChange()
The date and time of the last change in status.
|
String |
outsideIpAddress()
The Internet-routable IP address of the virtual private gateway's outside interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEc2VpnConnectionVgwTelemetryDetails.Builder> |
serializableBuilderClass() |
String |
status()
The status of the VPN tunnel.
|
String |
statusMessage()
If an error occurs, a description of the error.
|
AwsEc2VpnConnectionVgwTelemetryDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer acceptedRouteCount()
The number of accepted routes.
public final String certificateArn()
The ARN of the VPN tunnel endpoint certificate.
public final String lastStatusChange()
The date and time of the last change in status.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final String outsideIpAddress()
The Internet-routable IP address of the virtual private gateway's outside interface.
public final String status()
The status of the VPN tunnel. Valid values are DOWN or UP.
DOWN or UP.public final String statusMessage()
If an error occurs, a description of the error.
public AwsEc2VpnConnectionVgwTelemetryDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2VpnConnectionVgwTelemetryDetails.Builder,AwsEc2VpnConnectionVgwTelemetryDetails>public static AwsEc2VpnConnectionVgwTelemetryDetails.Builder builder()
public static Class<? extends AwsEc2VpnConnectionVgwTelemetryDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.