RolloutPlanWaveOrchestrationOptions constructor
RolloutPlanWaveOrchestrationOptions({
- List<
RolloutPlanWaveOrchestrationOptionsDelay> delays = const [], - int? maxConcurrentLocations,
- int? maxConcurrentResourcesPerLocation,
Implementation
RolloutPlanWaveOrchestrationOptions({
this.delays = const [],
this.maxConcurrentLocations,
this.maxConcurrentResourcesPerLocation,
}) : super(fullyQualifiedName);