INPUT_OBJECT

HostMakePrimaryRequestInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input HostMakePrimaryRequestInput {
  • # Supported in v5.3+
  • # IDs of hosts to migrate.
  • ids: [String!]
  • # Supported in v5.3+
  • # For all hosts and virtual machines registered with this cluster, make itself the
  • # primary if the current primary is oldPrimaryClusterUuid.
  • oldPrimaryClusterUuid: String
  • }