INPUT_OBJECT

VolumeGroupVolumeMountConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VolumeGroupVolumeMountConfigInput {
  • # Supported in v5.0+
  • # The path on the Host on which the Volume will be mounted. It must be either an
  • # untaken drive letter name, a directory that does not exist but on a valid drive
  • # letter, or an empty directory that already exists.
  • mountPointOnHost: String
  • # Required. Supported in v5.0+
  • # ID of the Volume to mount.
  • volumeId: String!
  • }