Class: Google::Cloud::BareMetalSolution::V2::OSImage
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::OSImage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/osimage.rb
Overview
Operation System image.
Instance Attribute Summary collapse
-
#applicable_instance_types ⇒ ::Array<::String>
Instance types this image is applicable to.
-
#code ⇒ ::String
OS Image code.
-
#description ⇒ ::String
OS Image description.
-
#name ⇒ ::String
readonly
Output only.
-
#supported_network_templates ⇒ ::Array<::String>
Network templates that can be used with this OS Image.
Instance Attribute Details
#applicable_instance_types ⇒ ::Array<::String>
Returns Instance types this image is applicable to. Available types.
42 43 44 45 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 42 class OSImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#code ⇒ ::String
Returns OS Image code.
42 43 44 45 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 42 class OSImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns OS Image description.
42 43 44 45 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 42 class OSImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. OS Image's unique name.
42 43 44 45 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 42 class OSImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_network_templates ⇒ ::Array<::String>
Returns Network templates that can be used with this OS Image.
42 43 44 45 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 42 class OSImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |