INPUT_OBJECT
HypervScvmmRegisterInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input HypervScvmmRegisterInput {
- # Required. Supported in v5.0+
- # Name of the SCVMM host.
- : String!
- # Required. Supported in v5.0+
- # The RunAs account which will be used to install connector on hosts.
- : String!
- # Required. Supported in v5.0+
- # Flag to specify if Rubrik can deploy connector to hosts. If true, Rubrik tries
- # to deploy connector to the hyperv hosts. If false, Rubrik deployment of
- # connector will be handled by the client.
- : Boolean!
- }