You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::Disk

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a gateway's local disk.

Instance Attribute Summary collapse

Instance Attribute Details

#disk_allocation_resourceString

The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.

Returns:

  • (String)

    The iSCSI qualified name (IQN) that is defined for a disk.

#disk_allocation_typeString

One of the DiskAllocationType enumeration values that identifies how a local disk is used.

Valid Values: UPLOAD_BUFFER | CACHE_STORAGE

Returns:

  • (String)

    One of the DiskAllocationType enumeration values that identifies how a local disk is used.

    Valid Values: UPLOAD_BUFFER | CACHE_STORAGE

    .

#disk_attribute_listArray<String>

A list of values that represents attributes of a local disk.

Returns:

  • (Array<String>)

    A list of values that represents attributes of a local disk.

    .

#disk_idString

The unique device ID or other distinguishing data that identifies a local disk.

Returns:

  • (String)

    The unique device ID or other distinguishing data that identifies a local disk.

#disk_nodeString

The device node of a local disk as assigned by the virtualization environment.

Returns:

  • (String)

    The device node of a local disk as assigned by the virtualization environment.

#disk_pathString

The path of a local disk in the gateway virtual machine (VM).

Returns:

  • (String)

    The path of a local disk in the gateway virtual machine (VM).

#disk_size_in_bytesInteger

The local disk size in bytes.

Returns:

  • (Integer)

    The local disk size in bytes.

#disk_statusString

A value that represents the status of a local disk.

Returns:

  • (String)

    A value that represents the status of a local disk.