Class: Google::Cloud::Container::V1::RangeInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::RangeInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
RangeInfo contains the range name and the range utilization by this cluster.
Instance Attribute Summary collapse
-
#range_name ⇒ ::String
readonly
Output only.
-
#utilization ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#range_name ⇒ ::String (readonly)
Returns Output only. [Output only] Name of a range.
2042 2043 2044 2045 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2042 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.
2042 2043 2044 2045 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2042 class RangeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |