public static interface AllocationPolicy.InstancePolicyOrTemplateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstallGpuDrivers()
public abstract boolean getInstallGpuDrivers()
Set this field true if users want Batch to help fetch drivers from a third party location and install them for GPUs specified in policy.accelerators or instance_template on their behalf. Default is false.
bool install_gpu_drivers = 3;
Returns | |
---|---|
Type | Description |
boolean |
The installGpuDrivers. |
getInstanceTemplate()
public abstract String getInstanceTemplate()
Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
string instance_template = 2;
Returns | |
---|---|
Type | Description |
String |
The instanceTemplate. |
getInstanceTemplateBytes()
public abstract ByteString getInstanceTemplateBytes()
Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
string instance_template = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instanceTemplate. |
getPolicy()
public abstract AllocationPolicy.InstancePolicy getPolicy()
InstancePolicy.
.google.events.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
Returns | |
---|---|
Type | Description |
AllocationPolicy.InstancePolicy |
The policy. |
getPolicyOrBuilder()
public abstract AllocationPolicy.InstancePolicyOrBuilder getPolicyOrBuilder()
InstancePolicy.
.google.events.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
Returns | |
---|---|
Type | Description |
AllocationPolicy.InstancePolicyOrBuilder |
getPolicyTemplateCase()
public abstract AllocationPolicy.InstancePolicyOrTemplate.PolicyTemplateCase getPolicyTemplateCase()
Returns | |
---|---|
Type | Description |
AllocationPolicy.InstancePolicyOrTemplate.PolicyTemplateCase |
hasInstanceTemplate()
public abstract boolean hasInstanceTemplate()
Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
string instance_template = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the instanceTemplate field is set. |
hasPolicy()
public abstract boolean hasPolicy()
InstancePolicy.
.google.events.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the policy field is set. |