OBJECT
CloudDirectNasExport
Description
Cloud Direct NAS export object.
link GraphQL Schema definition
- type CloudDirectNasExport implements CloudDirectHierarchyWorkload, CloudDirectHierarchyObject, HierarchyObject {
- # Cloud Direct NAS export FID.
- UUID! :
- # Cloud Direct NAS export path.
- String! :
- # Cloud Direct NAS export type.
- String! :
- # Specifies whether the export is protected.
- Boolean! :
- # Specifies whether the export has been deleted.
- Boolean! :
- # Specifies whether the export is a relic.
- Boolean! :
- # Id of the Cloud Direct NAS workload.
- String! :
- # NAS System name derived from the export path.
- String! :
- # NAS Share name derived from the export path.
- String! :
- # Cluster from which this workload originated.
- Cluster! :
- # FID of the hierarchy object.
- UUID! :
- # Name of the hierarchy object.
- String! :
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # Sequential list of this object's logical ancestors.
- PathNode!]! : [
- # Sequential list of this object's physical ancestors.
- PathNode!]! : [
- # Number of descendant workloads of this object.
- Int! :
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # Security posture metadata.
- SecurityMetadata :
- }