OBJECT
AdVolumeExport
Description
Active Directory volume export.
link GraphQL Schema definition
- type AdVolumeExport {
- # Rubrik cluster of the volume export.
- : Cluster!
- # UUID of the corresponding domain controller.
- : String!
- # Name of the corresponding domain controller.
- : String!
- # Floating IP address of the volume export.
- : String
- # Fid of the volume export.
- : UUID!
- # Last updated time of the export.
- : Long!
- # Specifies whether the export is active or not.
- : Boolean!
- # Determines if the export created is visible to user.
- : Boolean!
- # Mount directory for the volume export.
- : String!
- # Mount Node IP address of the volume export. This IP address is preferred over
- # floating IP address.
- : String
- # CDM node specification for the volume export.
- : ClusterNode
- # The whitelisted IP addresses that can access Active Directory live mount.
- : [String!]!
- # Source snapshot of the volume export.
- : CdmSnapshot!
- }