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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ range_name |
string
Output only. Name of a range. |
↳ utilization |
float
Output only. The utilization of the range. |
getRangeName
Output only. Name of a range.
Returns | |
---|---|
Type | Description |
string |
setRangeName
Output only. Name of a range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUtilization
Output only. The utilization of the range.
Returns | |
---|---|
Type | Description |
float |
setUtilization
Output only. The utilization of the range.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |