Google Cloud Container V1 Client - Class RangeInfo (1.30.3)

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
Name Description
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
Type Description
string

setRangeName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUtilization

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

Returns
Type Description
float

setUtilization

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

Parameter
Name Description
var float
Returns
Type Description
$this