Class: Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::MachineInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::MachineInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Information about individual machines vendors will provide during turnup.
Instance Attribute Summary collapse
-
#disk_infos ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::DiskInfo>
readonly
Output only.
-
#mac_addresses ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::MacAddress>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#service_tag ⇒ ::String
readonly
Output only.
Instance Attribute Details
#disk_infos ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::DiskInfo> (readonly)
Returns Output only. Information for each disk installed.
499 500 501 502 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 499 class MachineInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_addresses ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::MacAddress> (readonly)
Returns Output only. Each associated MAC address.
499 500 501 502 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 499 class MachineInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Machine name.
499 500 501 502 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 499 class MachineInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_tag ⇒ ::String (readonly)
Returns Output only. Machine service tag.
499 500 501 502 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 499 class MachineInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |