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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Represents a gateway's local disk.

Constant Summary collapse

SENSITIVE =
[]

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)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_typeString

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

Valid Values: UPLOAD_BUFFER | CACHE_STORAGE

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_listArray<String>

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

Returns:

  • (Array<String>)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_idString

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

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_nodeString

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

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_pathString

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

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_bytesInteger

The local disk size in bytes.

Returns:

  • (Integer)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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_statusString

A value that represents the status of a local disk.

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3828

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