/AWS1/CL_DRSRECOVERYINSTPRPS¶
Properties of the Recovery Instance machine.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lastupdateddatetime TYPE /AWS1/DRSISO8601DATETIMESTRING /AWS1/DRSISO8601DATETIMESTRING¶
The date and time the Recovery Instance properties were last updated on.
io_identificationhints TYPE REF TO /AWS1/CL_DRSIDENTIFICATIONHI00 /AWS1/CL_DRSIDENTIFICATIONHI00¶
Hints used to uniquely identify a machine.
it_networkinterfaces TYPE /AWS1/CL_DRSNETWORKINTERFACE=>TT_NETWORKINTERFACES TT_NETWORKINTERFACES¶
An array of network interfaces.
it_disks TYPE /AWS1/CL_DRSRECOVERYINSTDISK=>TT_RECOVERYINSTANCEDISKS TT_RECOVERYINSTANCEDISKS¶
An array of disks.
it_cpus TYPE /AWS1/CL_DRSCPU=>TT_CPUS TT_CPUS¶
An array of CPUs.
iv_rambytes TYPE /AWS1/DRSPOSITIVEINTEGER /AWS1/DRSPOSITIVEINTEGER¶
The amount of RAM in bytes.
io_os TYPE REF TO /AWS1/CL_DRSOS /AWS1/CL_DRSOS¶
Operating system.
Queryable Attributes¶
lastUpdatedDateTime¶
The date and time the Recovery Instance properties were last updated on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
identificationHints¶
Hints used to uniquely identify a machine.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFICATIONHINTS() |
Getter for IDENTIFICATIONHINTS |
networkInterfaces¶
An array of network interfaces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACES() |
Getter for NETWORKINTERFACES, with configurable default |
ASK_NETWORKINTERFACES() |
Getter for NETWORKINTERFACES w/ exceptions if field has no v |
HAS_NETWORKINTERFACES() |
Determine if NETWORKINTERFACES has a value |
disks¶
An array of disks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKS() |
Getter for DISKS, with configurable default |
ASK_DISKS() |
Getter for DISKS w/ exceptions if field has no value |
HAS_DISKS() |
Determine if DISKS has a value |
cpus¶
An array of CPUs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPUS() |
Getter for CPUS, with configurable default |
ASK_CPUS() |
Getter for CPUS w/ exceptions if field has no value |
HAS_CPUS() |
Determine if CPUS has a value |
ramBytes¶
The amount of RAM in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAMBYTES() |
Getter for RAMBYTES |
os¶
Operating system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OS() |
Getter for OS |