Reference documentation and code samples for the Google Cloud Batch V1 Client class InstanceStatus.
VM instance status.
Generated from protobuf message google.cloud.batch.v1.JobStatus.InstanceStatus
Namespace
Google \ Cloud \ Batch \ V1 \ JobStatusMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ machine_type |
string
The Compute Engine machine type. |
↳ provisioning_model |
int
The VM instance provisioning model. |
↳ task_pack |
int|string
The max number of tasks can be assigned to this instance type. |
↳ boot_disk |
Google\Cloud\Batch\V1\AllocationPolicy\Disk
The VM boot disk. |
getMachineType
The Compute Engine machine type.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMachineType
The Compute Engine machine type.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProvisioningModel
The VM instance provisioning model.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ProvisioningModel. |
setProvisioningModel
The VM instance provisioning model.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ProvisioningModel. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTaskPack
The max number of tasks can be assigned to this instance type.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setTaskPack
The max number of tasks can be assigned to this instance type.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBootDisk
The VM boot disk.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Batch\V1\AllocationPolicy\Disk|null |
|
hasBootDisk
clearBootDisk
setBootDisk
The VM boot disk.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Batch\V1\AllocationPolicy\Disk
|
| Returns | |
|---|---|
| Type | Description |
$this |
|