Struct rusoto_lightsail::Disk [] [src]

pub struct Disk {
    pub arn: Option<String>,
    pub attached_to: Option<String>,
    pub attachment_state: Option<String>,
    pub created_at: Option<f64>,
    pub gb_in_use: Option<i64>,
    pub iops: Option<i64>,
    pub is_attached: Option<bool>,
    pub is_system_disk: Option<bool>,
    pub location: Option<ResourceLocation>,
    pub name: Option<String>,
    pub path: Option<String>,
    pub resource_type: Option<String>,
    pub size_in_gb: Option<i64>,
    pub support_code: Option<String>,
}

Describes the hard disk (an SSD).

Fields

The Amazon Resource Name (ARN) of the disk.

The resources to which the disk is attached.

The attachment state of the disk.

The date when the disk was created.

The number of GB in use by the disk.

The input/output operations per second (IOPS) of the disk.

A Boolean value indicating whether the disk is attached.

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

The region and Availability Zone where the disk is located.

The name of the disk.

The disk path.

The resource type of the disk.

The size of the disk in GB.

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Trait Implementations

impl Default for Disk
[src]

[src]

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

impl Debug for Disk
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Disk
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Disk

impl Sync for Disk