RolloutPlanWaveOrchestrationOptions constructor

RolloutPlanWaveOrchestrationOptions({
  1. List<RolloutPlanWaveOrchestrationOptionsDelay> delays = const [],
  2. int? maxConcurrentLocations,
  3. int? maxConcurrentResourcesPerLocation,
})

Implementation

RolloutPlanWaveOrchestrationOptions({
  this.delays = const [],
  this.maxConcurrentLocations,
  this.maxConcurrentResourcesPerLocation,
}) : super(fullyQualifiedName);