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.
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.
string
setResourceType
Resource name "cpu", "memory" or gpu-specific string.
var
string
$this
getMinimum
Minimum amount of the resource in the cluster.
int|string
setMinimum
Minimum amount of the resource in the cluster.
var
int|string
$this
getMaximum
Maximum amount of the resource in the cluster.
int|string
setMaximum
Maximum amount of the resource in the cluster.
var
int|string
$this