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.
  • config: K8sVmMountParametersInput!
  • # Required. The ID of the virtual machine snapshot to be mounted.
  • id: UUID!
  • }

link Require by