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

Inherits:
Struct
  • Object
show all
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

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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>)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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)


4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-storagegateway/types.rb', line 4035

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