INPUT_OBJECT
AddNodesConfigInput
Description
Input for node configuration.
link GraphQL Schema definition
- input AddNodesConfigInput {
- # The password previously used to encrypt the Rubrik cluster string.
- : String
- # IPMI password.
- : String!
- # A Boolean value that specifies whether to use IPv4 manual discovery mode during
- # node addition.
- : Boolean
- # A Boolean that specifies whether to use link-local IPv4 mode during node
- # addition.
- : Boolean
- }