INPUT_OBJECT

SetUpgradeTypeInput

Description

Set upgrade type in cluster.

link GraphQL Schema definition

  • input SetUpgradeTypeInput {
  • # Cluster UUID.
  • clusterUuid: UUID!
  • # Upgrade type.
  • upgradeType: UpgradeType!
  • }

link Require by