Class: Google::Cloud::Compute::V1::InstanceParams

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

Overview

Additional instance params.

Defined Under Namespace

Classes: ResourceManagerTagsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#request_valid_for_duration::Google::Cloud::Compute::V1::Duration



15695
15696
15697
15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15695

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

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

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



15695
15696
15697
15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15695

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

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