AWSEC2DiskImageDescription

Objective-C

@interface AWSEC2DiskImageDescription

Swift

class AWSEC2DiskImageDescription

Describes a disk image.

  • The checksum computed for the disk image.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable checksum;

    Swift

    var checksum: String? { get set }
  • The disk image format.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2DiskImageFormat format;

    Swift

    var format: AWSEC2DiskImageFormat { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable importManifestUrl;

    Swift

    var importManifestUrl: String? { get set }
  • The size of the disk image, in GiB.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable size;

    Swift

    var size: NSNumber? { get set }