OBJECT
HypervScvmmSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type HypervScvmmSummary {
- # Required. Supported in v5.0+
- # The ID of the Hyper-V SCVMM.
- : String!
- # Required. Supported in v5.0+
- : String!
- # Required. Supported in v5.0+
- # The RunAs account which will be used to install connector on hosts.
- : String!
- # Supported in v9.0+
- # Version of SCVMM.
- : 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!
- : SlaAssignable
- # Required. Supported in v5.0+
- # Connection status of the SCVMM server.
- : String!
- : HostRbsConnectionStatus
- }