Skip to content

vsphereVmUpdateUnmountTime

Update auto unmount time for a virtual machine.

Arguments

Argument Type Description
input (required) VsphereVmUpdateUnmountTimeInput! Input for V1UpdateVmUnmountTime.

Returns

Void

Sample

mutation VsphereVmUpdateUnmountTime($input: VsphereVmUpdateUnmountTimeInput!) {
  vsphereVmUpdateUnmountTime(input: $input)
}
{
  "input": {
    "config": {
      "newUnmountTime": 0
    },
    "mountId": "example-string"
  }
}
{
  "data": {
    "vsphereVmUpdateUnmountTime": "example-string"
  }
}