INPUT_OBJECT
StartK8sVmMountJobInput
Description
Input for starting a Kubernetes virtual machine mount job.
link GraphQL Schema definition
- input StartK8sVmMountJobInput {
- # Required. Configuration for the mount job.
- : K8sVmMountParametersInput!
- # Required. The ID of the virtual machine snapshot to be mounted.
- : UUID!
- }