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 | |
---|---|
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.
Generated from protobuf field string resource_type = 1;
Returns | |
---|---|
Type | Description |
string |
setResourceType
Resource name "cpu", "memory" or gpu-specific string.
Generated from protobuf field string resource_type = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMinimum
Minimum amount of the resource in the cluster.
Generated from protobuf field int64 minimum = 2;
Returns | |
---|---|
Type | Description |
int|string |
setMinimum
Minimum amount of the resource in the cluster.
Generated from protobuf field int64 minimum = 2;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMaximum
Maximum amount of the resource in the cluster.
Generated from protobuf field int64 maximum = 3;
Returns | |
---|---|
Type | Description |
int|string |
setMaximum
Maximum amount of the resource in the cluster.
Generated from protobuf field int64 maximum = 3;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |