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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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)


37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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)


37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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)


37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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)


37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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:



37499
37500
37501
37502
37503
37504
37505
37506
37507
37508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37499

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