/AWS1/CL_STGDISK¶
Represents a gateway's local disk.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_diskid TYPE /AWS1/STGDISKID /AWS1/STGDISKID¶
The unique device ID or other distinguishing data that identifies a local disk.
iv_diskpath TYPE /AWS1/STGSTRING /AWS1/STGSTRING¶
The path of a local disk in the gateway virtual machine (VM).
iv_disknode TYPE /AWS1/STGSTRING /AWS1/STGSTRING¶
The device node of a local disk as assigned by the virtualization environment.
iv_diskstatus TYPE /AWS1/STGSTRING /AWS1/STGSTRING¶
A value that represents the status of a local disk.
iv_disksizeinbytes TYPE /AWS1/STGLONG /AWS1/STGLONG¶
The local disk size in bytes.
iv_diskallocationtype TYPE /AWS1/STGDISKALLOCATIONTYPE /AWS1/STGDISKALLOCATIONTYPE¶
DiskAllocationType
iv_diskallocationresource TYPE /AWS1/STGSTRING /AWS1/STGSTRING¶
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
it_diskattributelist TYPE /AWS1/CL_STGDISKATTRLIST_W=>TT_DISKATTRIBUTELIST TT_DISKATTRIBUTELIST¶
DiskAttributeList
Queryable Attributes¶
DiskId¶
The unique device ID or other distinguishing data that identifies a local disk.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKID() |
Getter for DISKID, with configurable default |
ASK_DISKID() |
Getter for DISKID w/ exceptions if field has no value |
HAS_DISKID() |
Determine if DISKID has a value |
DiskPath¶
The path of a local disk in the gateway virtual machine (VM).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKPATH() |
Getter for DISKPATH, with configurable default |
ASK_DISKPATH() |
Getter for DISKPATH w/ exceptions if field has no value |
HAS_DISKPATH() |
Determine if DISKPATH has a value |
DiskNode¶
The device node of a local disk as assigned by the virtualization environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKNODE() |
Getter for DISKNODE, with configurable default |
ASK_DISKNODE() |
Getter for DISKNODE w/ exceptions if field has no value |
HAS_DISKNODE() |
Determine if DISKNODE has a value |
DiskStatus¶
A value that represents the status of a local disk.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKSTATUS() |
Getter for DISKSTATUS, with configurable default |
ASK_DISKSTATUS() |
Getter for DISKSTATUS w/ exceptions if field has no value |
HAS_DISKSTATUS() |
Determine if DISKSTATUS has a value |
DiskSizeInBytes¶
The local disk size in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKSIZEINBYTES() |
Getter for DISKSIZEINBYTES |
DiskAllocationType¶
DiskAllocationType
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKALLOCATIONTYPE() |
Getter for DISKALLOCATIONTYPE, with configurable default |
ASK_DISKALLOCATIONTYPE() |
Getter for DISKALLOCATIONTYPE w/ exceptions if field has no |
HAS_DISKALLOCATIONTYPE() |
Determine if DISKALLOCATIONTYPE has a value |
DiskAllocationResource¶
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKALLOCATIONRESOURCE() |
Getter for DISKALLOCATIONRESOURCE, with configurable default |
ASK_DISKALLOCATIONRESOURCE() |
Getter for DISKALLOCATIONRESOURCE w/ exceptions if field has |
HAS_DISKALLOCATIONRESOURCE() |
Determine if DISKALLOCATIONRESOURCE has a value |
DiskAttributeList¶
DiskAttributeList
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKATTRIBUTELIST() |
Getter for DISKATTRIBUTELIST, with configurable default |
ASK_DISKATTRIBUTELIST() |
Getter for DISKATTRIBUTELIST w/ exceptions if field has no v |
HAS_DISKATTRIBUTELIST() |
Determine if DISKATTRIBUTELIST 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_DISKS¶
TYPES TT_DISKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_STGDISK WITH DEFAULT KEY
.