OBJECT
CloudDirectNasShare
Description
Cloud Direct NAS Share object.
link GraphQL Schema definition
- type CloudDirectNasShare implements CloudDirectHierarchyWorkload, CloudDirectHierarchyObject, HierarchyObject, CloudDirectNasSystemDescendantType, CloudDirectNasSystemLogicalChildType, CloudDirectNasNamespaceDescendantType, CloudDirectNasNamespaceLogicalChildType {
- # Cloud Direct NAS Cluster ID.
- UUID! :
- # Cloud Direct NAS Share path.
- String! :
- # Cloud Direct NAS Share NAS protocol.
- CloudDirectNasProtocolType! :
- # Cloud Direct NAS Share Protecting Policy name.
- String! :
- # SystemID of the system the Cloud Direct NAS share belongs.
- UUID! :
- # NamespaceID of the namespace(if any) to which the Cloud Direct NAS share belongs
- # to.
- String :
- # Specifies whether the share is archived.
- Boolean! :
- # Specifies whether the share is a hidden.
- Boolean! :
- # Specifies whether the share is stale.
- Boolean! :
- # Specifies whether the share is a relic.
- Boolean! :
- # Specifies whether the share was added manually by the user.
- Boolean! :
- # UUID of the Cloud Direct NAS Share on the NCD Cluster.
- String! :
- # Object ID.
- UUID! :
- # The NAS Cloud Direct system to which this NAS share belongs.
- CloudDirectNasSystem :
- # The NAS Cloud Direct namespace to which this NAS share belongs.
- CloudDirectNasNamespace :
- # The most recent snapshot of this share.
- CloudDirectSnapshot :
- # The oldest available snapshot of this share.
- CloudDirectSnapshot :
- # The total count of snapshots for this share.
- Int! :
- # Group the snapshots of this NAS Cloud Direct share.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # sortOrder: Sorts the order of results.
- # timezoneOffset: Offset based on customer timezone.
- # filter: Filter for NAS Cloud Direct snapshots.
- # groupBy: Group NAS Cloud Direct snapshots by field.
- # timeRange: Time range input.
- (
- Int, :
- String, :
- Int, :
- String, :
- SortOrder, :
- Float, :
- CloudDirectSnapshotsFilterInput!], : [
- SnapshotGroupByTime!, :
- TimeRangeInput :
- ): CloudDirectSnapshotsGroupBySummaryConnection
- # Cluster from which this workload originated.
- Cluster! :
- # 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 :
- }