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