instanceTemplate property

String? instanceTemplate
getter/setter pair

Name of an instance template used to create VMs.

Named the field as 'instance_template' instead of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates from the same project as the job. You can specify the global instance template as a full or partial URL.

Implementation

core.String? instanceTemplate;