Class: Aws::StorageGateway::Types::Disk
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::Disk
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Represents a gateway’s local disk.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_allocation_resource ⇒ String
The iSCSI qualified name (IQN) that is defined for a disk.
-
#disk_allocation_type ⇒ String
One of the ‘DiskAllocationType` enumeration values that identifies how a local disk is used.
-
#disk_attribute_list ⇒ Array<String>
A list of values that represents attributes of a local disk.
-
#disk_id ⇒ String
The unique device ID or other distinguishing data that identifies a local disk.
-
#disk_node ⇒ String
The device node of a local disk as assigned by the virtualization environment.
-
#disk_path ⇒ String
The path of a local disk in the gateway virtual machine (VM).
-
#disk_size_in_bytes ⇒ Integer
The local disk size in bytes.
-
#disk_status ⇒ String
A value that represents the status of a local disk.
Instance Attribute Details
#disk_allocation_resource ⇒ String
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.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_allocation_type ⇒ String
One of the ‘DiskAllocationType` enumeration values that identifies how a local disk is used.
Valid Values: ‘UPLOAD_BUFFER` | `CACHE_STORAGE`
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_attribute_list ⇒ Array<String>
A list of values that represents attributes of a local disk.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_id ⇒ String
The unique device ID or other distinguishing data that identifies a local disk.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_node ⇒ String
The device node of a local disk as assigned by the virtualization environment.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_path ⇒ String
The path of a local disk in the gateway virtual machine (VM).
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_size_in_bytes ⇒ Integer
The local disk size in bytes.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |
#disk_status ⇒ String
A value that represents the status of a local disk.
3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3971 class Disk < Struct.new( :disk_id, :disk_path, :disk_node, :disk_status, :disk_size_in_bytes, :disk_allocation_type, :disk_allocation_resource, :disk_attribute_list) SENSITIVE = [] include Aws::Structure end |