versions property

List<InstanceGroupManagerVersion>? versions
getter/setter pair

Specifies the instance templates used by this managed instance group to create instances.

Each version is defined by an instanceTemplate and aname.

Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about therelationships between these fields. Exactly one version must leave thetargetSize field unset. That version will be applied to all remaining instances. For more information, read aboutcanary updates.

Implementation

core.List<InstanceGroupManagerVersion>? versions;