/AWS1/CL_EC2DSBFASTLAUNCHRSLT¶
DisableFastLaunchResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_IMAGEID
TYPE /AWS1/EC2IMAGEID
/AWS1/EC2IMAGEID
¶
The ID of the image for which Windows fast launch was disabled.
IV_RESOURCETYPE
TYPE /AWS1/EC2FASTLAUNCHRESRCTYPE
/AWS1/EC2FASTLAUNCHRESRCTYPE
¶
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include:
snapshot
.
IO_SNAPSHOTCONFIGURATION
TYPE REF TO /AWS1/CL_EC2FASTLAUNCHSNAPCO00
/AWS1/CL_EC2FASTLAUNCHSNAPCO00
¶
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
IO_LAUNCHTEMPLATE
TYPE REF TO /AWS1/CL_EC2FASTLAUNCHLAUNCH00
/AWS1/CL_EC2FASTLAUNCHLAUNCH00
¶
The launch template that was used to launch 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 of the Windows AMI for which Windows fast launch was disabled.
IV_STATE
TYPE /AWS1/EC2FASTLAUNCHSTATECODE
/AWS1/EC2FASTLAUNCHSTATECODE
¶
The current state of Windows fast launch for the specified Windows AMI.
IV_STATETRANSITIONREASON
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The reason that the state changed for Windows fast launch for the Windows AMI.
IV_STATETRANSITIONTIME
TYPE /AWS1/EC2MILLISECONDDATETIME
/AWS1/EC2MILLISECONDDATETIME
¶
The time that the state changed for Windows fast launch for the Windows AMI.
Queryable Attributes¶
ImageId¶
The ID of the image for which Windows fast launch was disabled.
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 pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include:
snapshot
.
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¶
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SNAPSHOTCONFIGURATION() |
Getter for SNAPSHOTCONFIGURATION |
LaunchTemplate¶
The launch template that was used to launch 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 of the Windows AMI for which Windows fast launch was disabled.
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 Windows 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 Windows 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 Windows 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 |