INPUT_OBJECT

AddNodesConfigInput

Description

Input for node configuration.

link GraphQL Schema definition

  • input AddNodesConfigInput {
  • # The password previously used to encrypt the Rubrik cluster string.
  • encryptionPassword: String
  • # A Boolean value that specifies whether to use IPv4 manual discovery mode during
  • # node addition.
  • isIpv4ManualDiscoveryMode: Boolean
  • # A Boolean that specifies whether to use link-local IPv4 mode during node
  • # addition.
  • isLinkLocalIpv4Mode: Boolean
  • # IPMI password.
  • ipmiPassword: String!
  • }