Struct rusoto_opsworks::VolumeConfiguration [] [src]

pub struct VolumeConfiguration {
    pub iops: Option<i64>,
    pub mount_point: String,
    pub number_of_disks: i64,
    pub raid_level: Option<i64>,
    pub size: i64,
    pub volume_type: Option<String>,
}

Describes an Amazon EBS volume configuration.

Fields

For PIOPS volumes, the IOPS per disk.

The volume mount point. For example "/dev/sdh".

The number of disks in the volume.

The volume RAID level.

The volume size.

The volume type:

  • standard - Magnetic

  • io1 - Provisioned IOPS (SSD)

  • gp2 - General Purpose (SSD)

Trait Implementations

impl Default for VolumeConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for VolumeConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for VolumeConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more