Google Cloud Container V1 Client - Class RangeInfo (1.23.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class RangeInfo.

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

Generated from protobuf message google.container.v1.RangeInfo

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ range_name string

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

↳ utilization float

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

getRangeName

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

Returns
TypeDescription
string

setRangeName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUtilization

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

Returns
TypeDescription
float

setUtilization

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this