INPUT_OBJECT

VolumeGroupMountSnapshotJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VolumeGroupMountSnapshotJobConfigInput {
  • # Supported in v5.0+
  • # Domain name of the users that are authenticated to access the SMB share.
  • smbDomainName: String
  • # Supported in v5.0+
  • # IP address of the hosts that are authenticated to access the SMB share.
  • smbValidIps: [String!]
  • # Supported in v5.0+
  • # Usernames of the users that are authenticated to access the SMB share.
  • smbValidUsers: [String!]
  • # Supported in v5.0+
  • # Only specified if mounting on a specific Host is desired. If not specified,
  • # Rubrik will simply expose addresses of SMB mounts per recovered Volume. If a
  • # mount point is specified in any of the volumeConfigs, this must be defined. If
  • # this is specified, but no mount points are, Rubrik will generate mount paths to
  • # mount on the target Host for each volume.
  • targetHostId: String
  • # Required. Supported in v5.0+
  • # The configuration of the Volumes to be mounted on the Host.
  • volumeConfigs: [VolumeGroupVolumeMountConfigInput!]!
  • }