/AWS1/CL_EC2GETINSTUEFIDATARS¶
GetInstanceUefiDataResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_INSTANCEID
TYPE /AWS1/EC2INSTANCEID
/AWS1/EC2INSTANCEID
¶
The ID of the instance from which to retrieve the UEFI data.
IV_UEFIDATA
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
Base64 representation of the non-volatile UEFI variable store.
Queryable Attributes¶
InstanceId¶
The ID of the instance from which to retrieve the UEFI data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
UefiData¶
Base64 representation of the non-volatile UEFI variable store.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UEFIDATA() |
Getter for UEFIDATA, with configurable default |
ASK_UEFIDATA() |
Getter for UEFIDATA w/ exceptions if field has no value |
HAS_UEFIDATA() |
Determine if UEFIDATA has a value |