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)


37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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)


37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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)


37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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)


37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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)


37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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:



37602
37603
37604
37605
37606
37607
37608
37609
37610
37611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37602

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