/AWS1/CL_BUGGATEWAY¶
A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_gatewayarn
TYPE /AWS1/BUGGATEWAYARN
/AWS1/BUGGATEWAYARN
¶
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.
iv_gatewaydisplayname
TYPE /AWS1/BUGNAME
/AWS1/BUGNAME
¶
The display name of the gateway.
iv_gatewaytype
TYPE /AWS1/BUGGATEWAYTYPE
/AWS1/BUGGATEWAYTYPE
¶
The type of the gateway.
iv_hypervisorid
TYPE /AWS1/BUGHYPERVISORID
/AWS1/BUGHYPERVISORID
¶
The hypervisor ID of the gateway.
iv_lastseentime
TYPE /AWS1/BUGTIME
/AWS1/BUGTIME
¶
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
Queryable Attributes¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYARN() |
Getter for GATEWAYARN, with configurable default |
ASK_GATEWAYARN() |
Getter for GATEWAYARN w/ exceptions if field has no value |
HAS_GATEWAYARN() |
Determine if GATEWAYARN has a value |
GatewayDisplayName¶
The display name of the gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYDISPLAYNAME() |
Getter for GATEWAYDISPLAYNAME, with configurable default |
ASK_GATEWAYDISPLAYNAME() |
Getter for GATEWAYDISPLAYNAME w/ exceptions if field has no |
HAS_GATEWAYDISPLAYNAME() |
Determine if GATEWAYDISPLAYNAME has a value |
GatewayType¶
The type of the gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYTYPE() |
Getter for GATEWAYTYPE, with configurable default |
ASK_GATEWAYTYPE() |
Getter for GATEWAYTYPE w/ exceptions if field has no value |
HAS_GATEWAYTYPE() |
Determine if GATEWAYTYPE has a value |
HypervisorId¶
The hypervisor ID of the gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HYPERVISORID() |
Getter for HYPERVISORID, with configurable default |
ASK_HYPERVISORID() |
Getter for HYPERVISORID w/ exceptions if field has no value |
HAS_HYPERVISORID() |
Determine if HYPERVISORID has a value |
LastSeenTime¶
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSEENTIME() |
Getter for LASTSEENTIME, with configurable default |
ASK_LASTSEENTIME() |
Getter for LASTSEENTIME w/ exceptions if field has no value |
HAS_LASTSEENTIME() |
Determine if LASTSEENTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GATEWAYS
¶
TYPES TT_GATEWAYS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUGGATEWAY WITH DEFAULT KEY
.