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.

Implementation

core.String? instanceTemplate;