/AWS1/CL_DRSRECOVERYINSTDISK¶
An object representing a block storage device on the Recovery Instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_internaldevicename TYPE /AWS1/DRSBOUNDEDSTRING /AWS1/DRSBOUNDEDSTRING¶
The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.
iv_bytes TYPE /AWS1/DRSPOSITIVEINTEGER /AWS1/DRSPOSITIVEINTEGER¶
The amount of storage on the disk in bytes.
iv_ebsvolumeid TYPE /AWS1/DRSEBSVOLUMEID /AWS1/DRSEBSVOLUMEID¶
The EBS Volume ID of this disk.
Queryable Attributes¶
internalDeviceName¶
The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERNALDEVICENAME() |
Getter for INTERNALDEVICENAME, with configurable default |
ASK_INTERNALDEVICENAME() |
Getter for INTERNALDEVICENAME w/ exceptions if field has no |
HAS_INTERNALDEVICENAME() |
Determine if INTERNALDEVICENAME has a value |
bytes¶
The amount of storage on the disk in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTES() |
Getter for BYTES |
ebsVolumeID¶
The EBS Volume ID of this disk.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EBSVOLUMEID() |
Getter for EBSVOLUMEID, with configurable default |
ASK_EBSVOLUMEID() |
Getter for EBSVOLUMEID w/ exceptions if field has no value |
HAS_EBSVOLUMEID() |
Determine if EBSVOLUMEID 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_RECOVERYINSTANCEDISKS¶
TYPES TT_RECOVERYINSTANCEDISKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSRECOVERYINSTDISK WITH DEFAULT KEY
.