instances property

  1. @TagNumber.new(8)
List<AllocationPolicy_InstancePolicyOrTemplate> get instances

Describe instances that can be created by this AllocationPolicy. Only instances0 is supported now.

Implementation

@$pb.TagNumber(8)
$core.List<AllocationPolicy_InstancePolicyOrTemplate> get instances =>
    $_getList(3);