Struct aws_sdk_ec2::model::ImageDiskContainer [−][src]
#[non_exhaustive]pub struct ImageDiskContainer {
pub description: Option<String>,
pub device_name: Option<String>,
pub format: Option<String>,
pub snapshot_id: Option<String>,
pub url: Option<String>,
pub user_bucket: Option<UserBucket>,
}
Expand description
Describes the disk container object for an import image task.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.description: Option<String>
The description of the disk image.
device_name: Option<String>
The block device mapping for the disk.
format: Option<String>
The format of the disk image being imported.
Valid values: OVA
| VHD
| VHDX
| VMDK
| RAW
snapshot_id: Option<String>
The ID of the EBS snapshot to be used for importing the snapshot.
url: Option<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://..)
user_bucket: Option<UserBucket>
The S3 bucket for the disk image.
Implementations
The description of the disk image.
The block device mapping for the disk.
The format of the disk image being imported.
Valid values: OVA
| VHD
| VHDX
| VMDK
| RAW
The ID of the EBS snapshot to be used for importing the snapshot.
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://..)
The S3 bucket for the disk image.
Creates a new builder-style object to manufacture ImageDiskContainer
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImageDiskContainer
impl Send for ImageDiskContainer
impl Sync for ImageDiskContainer
impl Unpin for ImageDiskContainer
impl UnwindSafe for ImageDiskContainer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more