instances property

List<InstancePolicyOrTemplate>? instances
getter/setter pair

Describe instances that can be created by this AllocationPolicy.

Only instances[0] is supported now.

Implementation

core.List<InstancePolicyOrTemplate>? instances;