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.
  • id: String!
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Required. Supported in v5.0+
  • # The RunAs account which will be used to install connector on hosts.
  • runAsAccount: 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.
  • shouldDeployAgent: Boolean!
  • # Required. Supported in v5.0+
  • # Connection status of the SCVMM server.
  • status: String!
  • # Supported in v9.0+
  • # Version of SCVMM.
  • scvmmVersion: String
  • slaAssignable: SlaAssignable
  • }