Class: Aws::EC2::Types::ImageDiskContainer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageDiskContainer
- 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
-
#description ⇒ String
The description of the disk image.
-
#device_name ⇒ String
The block device mapping for the disk.
-
#format ⇒ String
The format of the disk image being imported.
-
#snapshot_id ⇒ String
The ID of the EBS snapshot to be used for importing the snapshot.
-
#url ⇒ String
The URL to the Amazon S3-based disk image being imported.
-
#user_bucket ⇒ Types::UserBucket
The S3 bucket for the disk image.
Instance Attribute Details
#description ⇒ String
The description of the disk image.
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |
#device_name ⇒ String
The block device mapping for the disk.
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |
#format ⇒ String
The format of the disk image being imported.
Valid values: OVA
| VHD
| VHDX
| VMDK
| RAW
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the EBS snapshot to be used for importing the snapshot.
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |
#url ⇒ String
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://..)
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |
#user_bucket ⇒ Types::UserBucket
The S3 bucket for the disk image.
38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38566 class ImageDiskContainer < Struct.new( :description, :device_name, :format, :snapshot_id, :url, :user_bucket) SENSITIVE = [:url] include Aws::Structure end |