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)


37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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)


37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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)


37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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)


37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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)


37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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:



37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-ec2/types.rb', line 37222

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