Class: Google::Cloud::Compute::V1::InstanceSettingsMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Classes: ItemsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#items::Google::Protobuf::Map{::String => ::String}

Returns A metadata key/value items map. The total size of all keys and values must be less than 512KB.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    A metadata key/value items map. The total size of all keys and values must be less than 512KB.



14960
14961
14962
14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14960

class InstanceSettingsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ItemsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#kind::String

Returns [Output Only] Type of the resource. Always compute#metadata for metadata.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#metadata for metadata.



14960
14961
14962
14963
14964
14965
14966
14967
14968
14969
14970
14971
14972
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14960

class InstanceSettingsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ItemsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end