/AWS1/CL_VL_UPDATERESRCGWRSP¶
UpdateResourceGatewayResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/VL_RESOURCEGATEWAYNAME /AWS1/VL_RESOURCEGATEWAYNAME¶
The name of the resource gateway.
iv_id TYPE /AWS1/VL_RESOURCEGATEWAYID /AWS1/VL_RESOURCEGATEWAYID¶
The ID of the resource gateway.
iv_arn TYPE /AWS1/VL_RESOURCEGATEWAYARN /AWS1/VL_RESOURCEGATEWAYARN¶
The Amazon Resource Name (ARN) of the resource gateway.
iv_status TYPE /AWS1/VL_RESOURCEGATEWAYSTATUS /AWS1/VL_RESOURCEGATEWAYSTATUS¶
The status of the resource gateway.
iv_vpcid TYPE /AWS1/VL_VPCID /AWS1/VL_VPCID¶
The ID of the VPC for the resource gateway.
it_subnetids TYPE /AWS1/CL_VL_SUBNETLIST_W=>TT_SUBNETLIST TT_SUBNETLIST¶
The IDs of the VPC subnets for the resource gateway.
it_securitygroupids TYPE /AWS1/CL_VL_SECGROUPLIST_W=>TT_SECURITYGROUPLIST TT_SECURITYGROUPLIST¶
The IDs of the security groups associated with the resource gateway.
iv_ipaddresstype TYPE /AWS1/VL_IPADDRESSTYPE /AWS1/VL_IPADDRESSTYPE¶
The type of IP address used by the resource gateway.
Queryable Attributes¶
name¶
The name of the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
id¶
The ID of the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
status¶
The status of the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
vpcId¶
The ID of the VPC for the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
subnetIds¶
The IDs of the VPC subnets for the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
securityGroupIds¶
The IDs of the security groups associated with the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |
ipAddressType¶
The type of IP address used by the resource gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE, with configurable default |
ASK_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE w/ exceptions if field has no value |
HAS_IPADDRESSTYPE() |
Determine if IPADDRESSTYPE has a value |