Google Cloud Container V1 Client - Class ResourceLimit (1.17.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

Namespace

Google \ Cloud \ Container \ V1

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.

Returns
TypeDescription
string

setResourceType

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMinimum

Minimum amount of the resource in the cluster.

Returns
TypeDescription
int|string

setMinimum

Minimum amount of the resource in the cluster.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMaximum

Maximum amount of the resource in the cluster.

Returns
TypeDescription
int|string

setMaximum

Maximum amount of the resource in the cluster.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this