Class: Aws::EC2::Types::ImageDiskContainer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the disk container object for an import image task.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the disk image.

Returns:

  • (String)


38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#device_nameString

The block device mapping for the disk.

Returns:

  • (String)


38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#formatString

The format of the disk image being imported.

Valid values: ‘OVA` | `VHD` | `VHDX` | `VMDK` | `RAW`

Returns:

  • (String)


38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#snapshot_idString

The ID of the EBS snapshot to be used for importing the snapshot.

Returns:

  • (String)


38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#urlString

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

Returns:

  • (String)


38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#user_bucketTypes::UserBucket

The S3 bucket for the disk image.

Returns:



38192
38193
38194
38195
38196
38197
38198
38199
38200
38201
# File 'lib/aws-sdk-ec2/types.rb', line 38192

class ImageDiskContainer < Struct.new(
  :description,
  :device_name,
  :format,
  :snapshot_id,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end