Class InstancePolicyOrTemplate (0.2.0)

InstancePolicyOrTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Either an InstancePolicy or an instance template.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
policy google.cloud.batch_v1.types.AllocationPolicy.InstancePolicy
InstancePolicy. This field is a member of oneof_ policy_template.
instance_template str
Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict. This field is a member of oneof_ policy_template.