Class: Google::Cloud::Container::V1beta1::RangeInfo

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

Overview

RangeInfo contains the range name and the range utilization by this cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#range_name::String (readonly)

Returns Output only. [Output only] Name of a range.

Returns:

  • (::String)

    Output only. [Output only] Name of a range.



2477
2478
2479
2480
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2477

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

#utilization::Float (readonly)

Returns Output only. [Output only] The utilization of the range.

Returns:

  • (::Float)

    Output only. [Output only] The utilization of the range.



2477
2478
2479
2480
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2477

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