Class: Google::Cloud::BareMetalSolution::V2::OSImage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#applicable_instance_types::Array<::String>

Returns Instance types this image is applicable to. Available types.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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