OBJECT

HypervVirtualMachineUpdate

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HypervVirtualMachineUpdate {
  • # Supported in v5.0+
  • # Cloud instantiation specification for the selected virtual machine.
  • cloudInstantiationSpec: CloudInstantiationSpec
  • # Supported in v5.0+
  • # v5.0-v5.1: Assign this VM to the given SLA domain.
  • # v5.2+: Assign this VM to the given SLA domain. Existing snapshots of the object
  • # will be retained with the configuration of specified SLA Domain.
  • configuredSlaDomainId: String
  • # Supported in v5.2+
  • # A comma-separated list of Hyper-V virtual disk IDs that are excluded from
  • # backup.
  • virtualDiskIdsExcludedFromSnapshot: [String!]!
  • }