OBJECT

AdVolumeExport

Description

Active Directory volume export.

link GraphQL Schema definition

  • type AdVolumeExport {
  • # Specifies whether the export is active or not.
  • isActive: Boolean!
  • # Last updated time of the export.
  • internalTimestamp: Long!
  • # Floating IP address of the volume export.
  • floatingIp: String
  • # Mount directory for the volume export.
  • mountDir: String!
  • # Determines if the export created is visible to user.
  • isUserVisible: Boolean!
  • # UUID of the corresponding domain controller.
  • domainControllerId: String!
  • # Name of the corresponding domain controller.
  • domainControllerName: String!
  • # The whitelisted IP addresses that can access Active Directory live mount.
  • smbValidIps: [String!]!
  • # Mount Node IP address of the volume export. This IP address is preferred over
  • # floating IP address.
  • mountNodeIp: String
  • # Fid of the volume export.
  • id: UUID!
  • # Source snapshot of the volume export.
  • sourceSnapshot: CdmSnapshot!
  • # Rubrik cluster of the volume export.
  • cluster: Cluster!
  • # CDM node specification for the volume export.
  • node: ClusterNode
  • }