Struct rusoto_opsworks::RaidArray [] [src]

pub struct RaidArray {
    pub availability_zone: Option<String>,
    pub created_at: Option<DateTime>,
    pub device: Option<String>,
    pub instance_id: Option<String>,
    pub iops: Option<Integer>,
    pub mount_point: Option<String>,
    pub name: Option<String>,
    pub number_of_disks: Option<Integer>,
    pub raid_array_id: Option<String>,
    pub raid_level: Option<Integer>,
    pub size: Option<Integer>,
    pub stack_id: Option<String>,
    pub volume_type: Option<String>,
}

Describes an instance's RAID array.

Fields

The array's Availability Zone. For more information, see Regions and Endpoints.

When the RAID array was created.

The array's Linux device. For example /dev/mdadm0.

The instance ID.

For PIOPS volumes, the IOPS per disk.

The array's mount point.

The array name.

The number of disks in the array.

The array ID.

The array's size.

The stack ID.

The volume type, standard or PIOPS.

Trait Implementations

impl Default for RaidArray
[src]

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

impl Debug for RaidArray
[src]

Formats the value using the given formatter.

impl Clone for RaidArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more