INPUT_OBJECT

VsphereVmUpdateUnmountTimeInput

Description

Input for updating the unmount time of a Live Mount.

link GraphQL Schema definition

  • input VsphereVmUpdateUnmountTimeInput {
  • # Required. The new unmount time.
  • config: UpdatedUnmountTimeInput!
  • # Required. ID of a Live Mount.
  • mountId: String!
  • }

link Require by