InstanceGroupManagerUpdatePolicy constructor

InstanceGroupManagerUpdatePolicy({
  1. String? instanceRedistributionType,
  2. FixedOrPercent? maxSurge,
  3. FixedOrPercent? maxUnavailable,
  4. String? minimalAction,
  5. String? mostDisruptiveAllowedAction,
  6. String? replacementMethod,
  7. String? type,
})

Implementation

InstanceGroupManagerUpdatePolicy({
  this.instanceRedistributionType,
  this.maxSurge,
  this.maxUnavailable,
  this.minimalAction,
  this.mostDisruptiveAllowedAction,
  this.replacementMethod,
  this.type,
});