public static interface JobStatus.InstanceStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMachineType()
public abstract String getMachineType()The Compute Engine machine type.
string machine_type = 1;
| Type | Description |
String |
The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()The Compute Engine machine type.
string machine_type = 1;
| Type | Description |
ByteString |
The bytes for machineType. |
getProvisioningModel()
public abstract AllocationPolicy.ProvisioningModel getProvisioningModel()The VM instance provisioning model.
.google.cloud.batch.v1alpha.AllocationPolicy.ProvisioningModel provisioning_model = 2;
| Type | Description |
AllocationPolicy.ProvisioningModel |
The provisioningModel. |
getProvisioningModelValue()
public abstract int getProvisioningModelValue()The VM instance provisioning model.
.google.cloud.batch.v1alpha.AllocationPolicy.ProvisioningModel provisioning_model = 2;
| Type | Description |
int |
The enum numeric value on the wire for provisioningModel. |
getTaskPack()
public abstract long getTaskPack()The max number of tasks can be assigned to this instance type.
int64 task_pack = 3;
| Type | Description |
long |
The taskPack. |