Google Cloud Container V1 Client - Class ResourceLimit (1.9.1)

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

Contains information about amount of some resource in the cluster.

For memory, value should be in GB.

Generated from protobuf message google.container.v1.ResourceLimit

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ resource_type string

Resource name "cpu", "memory" or gpu-specific string.

↳ minimum int|string

Minimum amount of the resource in the cluster.

↳ maximum int|string

Maximum amount of the resource in the cluster.

getResourceType

Resource name "cpu", "memory" or gpu-specific string.

Generated from protobuf field string resource_type = 1;

Returns
TypeDescription
string

setResourceType

Resource name "cpu", "memory" or gpu-specific string.

Generated from protobuf field string resource_type = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMinimum

Minimum amount of the resource in the cluster.

Generated from protobuf field int64 minimum = 2;

Returns
TypeDescription
int|string

setMinimum

Minimum amount of the resource in the cluster.

Generated from protobuf field int64 minimum = 2;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMaximum

Maximum amount of the resource in the cluster.

Generated from protobuf field int64 maximum = 3;

Returns
TypeDescription
int|string

setMaximum

Maximum amount of the resource in the cluster.

Generated from protobuf field int64 maximum = 3;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this