Google Cloud Container V1 Client - Class ResourceLimit (1.30.3)

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

setResourceType

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

Parameter
Name Description
var string
Returns
Type Description
$this

getMinimum

Minimum amount of the resource in the cluster.

Returns
Type Description
int|string

setMinimum

Minimum amount of the resource in the cluster.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMaximum

Maximum amount of the resource in the cluster.

Returns
Type Description
int|string

setMaximum

Maximum amount of the resource in the cluster.

Parameter
Name Description
var int|string
Returns
Type Description
$this