AWSEC2DiskImageDetail

Objective-C

@interface AWSEC2DiskImageDetail

Swift

class AWSEC2DiskImageDetail

Describes a disk image.

Required parameters: [Bytes, Format, ImportManifestUrl]

  • The size of the disk image, in GiB.

    Declaration

    Objective-C

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

    Swift

    var bytes: NSNumber? { 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 and presented here as an Amazon S3 presigned URL. 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 }