/AWS1/CL_S3FLISTMOUNTTGTSDESC¶
Contains information about a mount target returned in list operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mounttargetid TYPE /AWS1/S3FMOUNTTARGETID /AWS1/S3FMOUNTTARGETID¶
The ID of the mount target.
iv_ownerid TYPE /AWS1/S3FAWSACCOUNTID /AWS1/S3FAWSACCOUNTID¶
The Amazon Web Services account ID of the mount target owner.
iv_subnetid TYPE /AWS1/S3FSUBNETID /AWS1/S3FSUBNETID¶
The ID of the subnet where the mount target is located.
Optional arguments:¶
iv_availabilityzoneid TYPE /AWS1/S3FAVAILABILITYZONEID /AWS1/S3FAVAILABILITYZONEID¶
The Availability Zone ID where the mount target is located.
iv_filesystemid TYPE /AWS1/S3FFILESYSTEMID /AWS1/S3FFILESYSTEMID¶
The ID of the S3 File System.
iv_ipv4address TYPE /AWS1/S3FIPV4ADDRESS /AWS1/S3FIPV4ADDRESS¶
The IPv4 address of the mount target.
iv_ipv6address TYPE /AWS1/S3FIPV6ADDRESS /AWS1/S3FIPV6ADDRESS¶
The IPv6 address of the mount target.
iv_status TYPE /AWS1/S3FLIFECYCLESTATE /AWS1/S3FLIFECYCLESTATE¶
The current status of the mount target.
iv_statusmessage TYPE /AWS1/S3FSTATUSMESSAGE /AWS1/S3FSTATUSMESSAGE¶
Additional information about the mount target status.
iv_networkinterfaceid TYPE /AWS1/S3FNETWORKINTERFACEID /AWS1/S3FNETWORKINTERFACEID¶
The ID of the network interface associated with the mount target.
iv_vpcid TYPE /AWS1/S3FVPCID /AWS1/S3FVPCID¶
The ID of the VPC where the mount target is located.
Queryable Attributes¶
availabilityZoneId¶
The Availability Zone ID where the mount target is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONEID() |
Getter for AVAILABILITYZONEID, with configurable default |
ASK_AVAILABILITYZONEID() |
Getter for AVAILABILITYZONEID w/ exceptions if field has no |
HAS_AVAILABILITYZONEID() |
Determine if AVAILABILITYZONEID has a value |
fileSystemId¶
The ID of the S3 File System.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
ipv4Address¶
The IPv4 address of the mount target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV4ADDRESS() |
Getter for IPV4ADDRESS, with configurable default |
ASK_IPV4ADDRESS() |
Getter for IPV4ADDRESS w/ exceptions if field has no value |
HAS_IPV4ADDRESS() |
Determine if IPV4ADDRESS has a value |
ipv6Address¶
The IPv6 address of the mount target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV6ADDRESS() |
Getter for IPV6ADDRESS, with configurable default |
ASK_IPV6ADDRESS() |
Getter for IPV6ADDRESS w/ exceptions if field has no value |
HAS_IPV6ADDRESS() |
Determine if IPV6ADDRESS has a value |
status¶
The current status of the mount target.
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 |
statusMessage¶
Additional information about the mount target status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
mountTargetId¶
The ID of the mount target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTTARGETID() |
Getter for MOUNTTARGETID, with configurable default |
ASK_MOUNTTARGETID() |
Getter for MOUNTTARGETID w/ exceptions if field has no value |
HAS_MOUNTTARGETID() |
Determine if MOUNTTARGETID has a value |
networkInterfaceId¶
The ID of the network interface associated with the mount target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACEID() |
Getter for NETWORKINTERFACEID, with configurable default |
ASK_NETWORKINTERFACEID() |
Getter for NETWORKINTERFACEID w/ exceptions if field has no |
HAS_NETWORKINTERFACEID() |
Determine if NETWORKINTERFACEID has a value |
ownerId¶
The Amazon Web Services account ID of the mount target owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
subnetId¶
The ID of the subnet where the mount target is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETID() |
Getter for SUBNETID, with configurable default |
ASK_SUBNETID() |
Getter for SUBNETID w/ exceptions if field has no value |
HAS_SUBNETID() |
Determine if SUBNETID has a value |
vpcId¶
The ID of the VPC where the mount target is located.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MOUNTTARGETS¶
TYPES TT_MOUNTTARGETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3FLISTMOUNTTGTSDESC WITH DEFAULT KEY
.