AllocationPolicy constructor

AllocationPolicy({
  1. List<InstancePolicyOrTemplate>? instances,
  2. Map<String, String>? labels,
  3. LocationPolicy? location,
  4. NetworkPolicy? network,
  5. PlacementPolicy? placement,
  6. ServiceAccount? serviceAccount,
  7. List<String>? tags,
})

Implementation

AllocationPolicy({
  this.instances,
  this.labels,
  this.location,
  this.network,
  this.placement,
  this.serviceAccount,
  this.tags,
});