/AWS1/CL_EC2ENBFASTLAUNCHRSLT¶
EnableFastLaunchResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imageid TYPE /AWS1/EC2IMAGEID /AWS1/EC2IMAGEID¶
The image ID that identifies the AMI for which Windows fast launch was enabled.
iv_resourcetype TYPE /AWS1/EC2FASTLAUNCHRESRCTYPE /AWS1/EC2FASTLAUNCHRESRCTYPE¶
The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
io_snapshotconfiguration TYPE REF TO /AWS1/CL_EC2FASTLAUNCHSNAPCO00 /AWS1/CL_EC2FASTLAUNCHSNAPCO00¶
Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated
resourceTypeissnapshot.
io_launchtemplate TYPE REF TO /AWS1/CL_EC2FASTLAUNCHLAUNCH00 /AWS1/CL_EC2FASTLAUNCHLAUNCH00¶
The launch template that is used when launching Windows instances from pre-provisioned snapshots.
iv_maxparallellaunches TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
iv_ownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The owner ID for the AMI for which Windows fast launch was enabled.
iv_state TYPE /AWS1/EC2FASTLAUNCHSTATECODE /AWS1/EC2FASTLAUNCHSTATECODE¶
The current state of Windows fast launch for the specified AMI.
iv_statetransitionreason TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The reason that the state changed for Windows fast launch for the AMI.
iv_statetransitiontime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The time that the state changed for Windows fast launch for the AMI.
Queryable Attributes¶
ImageId¶
The image ID that identifies the AMI for which Windows fast launch was enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEID() |
Getter for IMAGEID, with configurable default |
ASK_IMAGEID() |
Getter for IMAGEID w/ exceptions if field has no value |
HAS_IMAGEID() |
Determine if IMAGEID has a value |
ResourceType¶
The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
SnapshotConfiguration¶
Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated
resourceTypeissnapshot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPSHOTCONFIGURATION() |
Getter for SNAPSHOTCONFIGURATION |
LaunchTemplate¶
The launch template that is used when launching Windows instances from pre-provisioned snapshots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTEMPLATE() |
Getter for LAUNCHTEMPLATE |
MaxParallelLaunches¶
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXPARALLELLAUNCHES() |
Getter for MAXPARALLELLAUNCHES, with configurable default |
ASK_MAXPARALLELLAUNCHES() |
Getter for MAXPARALLELLAUNCHES w/ exceptions if field has no |
HAS_MAXPARALLELLAUNCHES() |
Determine if MAXPARALLELLAUNCHES has a value |
OwnerId¶
The owner ID for the AMI for which Windows fast launch was enabled.
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 |
State¶
The current state of Windows fast launch for the specified AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateTransitionReason¶
The reason that the state changed for Windows fast launch for the AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATETRANSITIONREASON() |
Getter for STATETRANSITIONREASON, with configurable default |
ASK_STATETRANSITIONREASON() |
Getter for STATETRANSITIONREASON w/ exceptions if field has |
HAS_STATETRANSITIONREASON() |
Determine if STATETRANSITIONREASON has a value |
StateTransitionTime¶
The time that the state changed for Windows fast launch for the AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATETRANSITIONTIME() |
Getter for STATETRANSITIONTIME, with configurable default |
ASK_STATETRANSITIONTIME() |
Getter for STATETRANSITIONTIME w/ exceptions if field has no |
HAS_STATETRANSITIONTIME() |
Determine if STATETRANSITIONTIME has a value |