Class: Google::Cloud::Container::V1::ResourceLimit

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

Overview

Contains information about amount of some resource in the cluster. For memory, value should be in GB.

Instance Attribute Summary collapse

Instance Attribute Details

#maximum::Integer



3957
3958
3959
3960
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3957

class ResourceLimit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#minimum::Integer



3957
3958
3959
3960
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3957

class ResourceLimit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_type::String



3957
3958
3959
3960
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3957

class ResourceLimit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end