INPUT_OBJECT

VmImageUrlInput

Description

Input for getting NAS Cloud Direct virtual machine image download URL.

link GraphQL Schema definition

  • input VmImageUrlInput {
  • # NAS Cloud Direct site UUID to get virtual machine image from.
  • clusterUuid: UUID!
  • # Type of hypervisor.
  • hypervisorType: NcdHypervisorType!
  • }

link Require by