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.
- : UUID!
- # Type of hypervisor.
- : NcdHypervisorType!
- }