Class: Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::DiskInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb

Overview

Information about individual disks on a machine.

Instance Attribute Summary collapse

Instance Attribute Details

#manufacturer::String (readonly)

Returns Output only. Disk manufacturer.

Returns:

  • (::String)

    Output only. Disk manufacturer.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_number::String (readonly)

Returns Output only. Disk model number.

Returns:

  • (::String)

    Output only. Disk model number.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#part_number::String (readonly)

Returns Output only. Disk part number.

Returns:

  • (::String)

    Output only. Disk part number.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#psid::String (readonly)

Returns Output only. Disk PSID.

Returns:

  • (::String)

    Output only. Disk PSID.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serial_number::String (readonly)

Returns Output only. Disk serial number.

Returns:

  • (::String)

    Output only. Disk serial number.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#slot::Integer (readonly)

Returns Output only. Disk slot number.

Returns:

  • (::Integer)

    Output only. Disk slot number.



481
482
483
484
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 481

class DiskInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end