Class: Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::DiskInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::DiskInfo
- 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
-
#manufacturer ⇒ ::String
readonly
Output only.
-
#model_number ⇒ ::String
readonly
Output only.
-
#part_number ⇒ ::String
readonly
Output only.
-
#psid ⇒ ::String
readonly
Output only.
-
#serial_number ⇒ ::String
readonly
Output only.
-
#slot ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#manufacturer ⇒ ::String (readonly)
Returns 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.
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.
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.
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 |