INPUT_OBJECT

HypervVirtualMachineUpdateInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HypervVirtualMachineUpdateInput {
  • # Supported in v5.0+
  • # Cloud instantiation specification for the selected virtual machine.
  • cloudInstantiationSpec: CloudInstantiationSpecInput
  • # Assign this virtual machine 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!]
  • }