UpgradeRolloutSequenceRequest constructor

UpgradeRolloutSequenceRequest({
  1. bool? force,
  2. bool? ignoreClusterDisruptionBudgets,
  3. bool? ignoreMaintenancePolicies,
  4. bool? patchOnly,
  5. String? soakDurationOverrideAllStages,
  6. PerStageSoakDurationOverrides? soakDurationOverridePerStage,
  7. String? upgradeType,
  8. String? version,
})

Implementation

UpgradeRolloutSequenceRequest({
  this.force,
  this.ignoreClusterDisruptionBudgets,
  this.ignoreMaintenancePolicies,
  this.patchOnly,
  this.soakDurationOverrideAllStages,
  this.soakDurationOverridePerStage,
  this.upgradeType,
  this.version,
});