@Generated(value="software.amazon.awssdk:codegen") public final class GatewayDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayDetails.Builder,GatewayDetails>
The details of gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GatewayDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GatewayDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
String |
gatewayDisplayName()
The display name of the gateway.
|
GatewayType |
gatewayType()
The type of the gateway type.
|
String |
gatewayTypeAsString()
The type of the gateway type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hypervisorId()
The hypervisor ID of the gateway.
|
Instant |
lastSeenTime()
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
|
MaintenanceStartTime |
maintenanceStartTime()
Returns your gateway's weekly maintenance start time including the day and time of the week.
|
Instant |
nextUpdateAvailabilityTime()
Details showing the next update availability time of the gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GatewayDetails.Builder> |
serializableBuilderClass() |
GatewayDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcEndpoint()
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup
gateway.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and Amazon Web Services Region.
ListGateways operation to return a
list of gateways for your account and Amazon Web Services Region.public final String gatewayDisplayName()
The display name of the gateway.
public final GatewayType gatewayType()
The type of the gateway type.
If the service returns an enum value that is not available in the current SDK version, gatewayType will
return GatewayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayTypeAsString().
GatewayTypepublic final String gatewayTypeAsString()
The type of the gateway type.
If the service returns an enum value that is not available in the current SDK version, gatewayType will
return GatewayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayTypeAsString().
GatewayTypepublic final String hypervisorId()
The hypervisor ID of the gateway.
public final Instant lastSeenTime()
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
public final MaintenanceStartTime maintenanceStartTime()
Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
public final Instant nextUpdateAvailabilityTime()
Details showing the next update availability time of the gateway.
public final String vpcEndpoint()
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.
public GatewayDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GatewayDetails.Builder,GatewayDetails>public static GatewayDetails.Builder builder()
public static Class<? extends GatewayDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.