INPUT_OBJECT

VsphereVmMountRelocateInput

Description

Input for relocating vSphere mount.

link GraphQL Schema definition

  • input VsphereVmMountRelocateInput {
  • # Required. Configuration for the RelocateMount request to another data store.
  • config: RelocateMountConfigInput!
  • # Required. ID of the live mount.
  • id: String!
  • }

link Require by