INPUT_OBJECT

UpdateClusterDefaultAddressInput

Description

Object containing the new address of the Rubrik cluster.

link GraphQL Schema definition

  • input UpdateClusterDefaultAddressInput {
  • # UUID of the cluster.
  • clusterUuid: UUID!
  • # The new default IP address of the Rubrik cluster.
  • address: String
  • # The new default port of the Rubrik cluster.
  • port: Int
  • }

link Require by