Class: Google::Cloud::Container::V1beta1::ResourceLimit

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/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



5539
5540
5541
5542
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5539

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

#minimum::Integer



5539
5540
5541
5542
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5539

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

#resource_type::String



5539
5540
5541
5542
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5539

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