OBJECT

HypervHostSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HypervHostSummary {
  • # Required. Supported in v5.0+
  • # IP Address or the hostname using which the host was added.
  • hostname: String!
  • # Required. Supported in v5.0+
  • # The ID of the Hyper-V host.
  • id: String!
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Name of the Hyper-V Server.
  • serverName: String!
  • }