/AWS1/CL_EC2DISKIMAGEDESC¶
Describes a disk image.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_checksum
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The checksum computed for the disk image.
iv_format
TYPE /AWS1/EC2DISKIMAGEFORMAT
/AWS1/EC2DISKIMAGEFORMAT
¶
The disk image format.
iv_importmanifesturl
TYPE /AWS1/EC2IMPORTMANIFESTURL
/AWS1/EC2IMPORTMANIFESTURL
¶
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
iv_size
TYPE /AWS1/EC2LONG
/AWS1/EC2LONG
¶
The size of the disk image, in GiB.
Queryable Attributes¶
Checksum¶
The checksum computed for the disk image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHECKSUM() |
Getter for CHECKSUM, with configurable default |
ASK_CHECKSUM() |
Getter for CHECKSUM w/ exceptions if field has no value |
HAS_CHECKSUM() |
Determine if CHECKSUM has a value |
Format¶
The disk image format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
ImportManifestUrl¶
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTMANIFESTURL() |
Getter for IMPORTMANIFESTURL, with configurable default |
ASK_IMPORTMANIFESTURL() |
Getter for IMPORTMANIFESTURL w/ exceptions if field has no v |
HAS_IMPORTMANIFESTURL() |
Determine if IMPORTMANIFESTURL has a value |
Size¶
The size of the disk image, in GiB.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIZE() |
Getter for SIZE, with configurable default |
ASK_SIZE() |
Getter for SIZE w/ exceptions if field has no value |
HAS_SIZE() |
Determine if SIZE has a value |