Class: Google::Cloud::GDCHardwareManagement::V1alpha::HardwareConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::HardwareConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Configuration for GDC hardware.
Instance Attribute Summary collapse
-
#power_supply ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::PowerSupply
Required.
-
#sku ⇒ ::String
Required.
-
#subscription_duration_months ⇒ ::Integer
Optional.
Instance Attribute Details
#power_supply ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::PowerSupply
Returns Required. Power supply type for this hardware.
857 858 859 860 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 857 class HardwareConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku ⇒ ::String
Returns Required. Reference to the SKU for this hardware. This can point to a
specific SKU revision in the form of resource_name@revision_id as defined
in AIP-162. If no revision_id is specified,
it refers to the latest revision.
857 858 859 860 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 857 class HardwareConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscription_duration_months ⇒ ::Integer
Returns Optional. Subscription duration for the hardware in months.
857 858 859 860 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 857 class HardwareConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |