public static interface JobStatus.InstanceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AllocationPolicy.Disk |
getBootDisk()
The VM boot disk.
|
AllocationPolicy.DiskOrBuilder |
getBootDiskOrBuilder()
The VM boot disk.
|
String |
getMachineType()
The Compute Engine machine type.
|
com.google.protobuf.ByteString |
getMachineTypeBytes()
The Compute Engine machine type.
|
AllocationPolicy.ProvisioningModel |
getProvisioningModel()
The VM instance provisioning model.
|
int |
getProvisioningModelValue()
The VM instance provisioning model.
|
long |
getTaskPack()
The max number of tasks can be assigned to this instance type.
|
boolean |
hasBootDisk()
The VM boot disk.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMachineType()
The Compute Engine machine type.
string machine_type = 1;com.google.protobuf.ByteString getMachineTypeBytes()
The Compute Engine machine type.
string machine_type = 1;int getProvisioningModelValue()
The VM instance provisioning model.
.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;
AllocationPolicy.ProvisioningModel getProvisioningModel()
The VM instance provisioning model.
.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;
long getTaskPack()
The max number of tasks can be assigned to this instance type.
int64 task_pack = 3;boolean hasBootDisk()
The VM boot disk.
.google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;AllocationPolicy.Disk getBootDisk()
The VM boot disk.
.google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder()
The VM boot disk.
.google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;Copyright © 2025 Google LLC. All rights reserved.