Reference documentation and code samples for the Google Cloud Batch V1 Client class ComputeResource.
Compute resource requirements
Generated from protobuf message google.cloud.batch.v1.ComputeResource
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cpu_milli |
int|string
The milliCPU count. |
↳ memory_mib |
int|string
Memory in MiB. |
↳ boot_disk_mib |
int|string
Extra boot disk size in MiB for each task. |
getCpuMilli
The milliCPU count.
Returns | |
---|---|
Type | Description |
int|string |
setCpuMilli
The milliCPU count.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMemoryMib
Memory in MiB.
Returns | |
---|---|
Type | Description |
int|string |
setMemoryMib
Memory in MiB.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getBootDiskMib
Extra boot disk size in MiB for each task.
Returns | |
---|---|
Type | Description |
int|string |
setBootDiskMib
Extra boot disk size in MiB for each task.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |