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.
- : RelocateMountConfigInput!
- # Required. ID of the live mount.
- : String!
- }