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.
  • clusterUuid: UUID!
  • # Cloud Direct NAS Share path.
  • exportPath: String!
  • # Cloud Direct NAS Share NAS protocol.
  • protocol: CloudDirectNasProtocolType!
  • # Cloud Direct NAS Share Protecting Policy name.
  • ncdPolicyName: String!
  • # SystemID of the system the Cloud Direct NAS share belongs.
  • systemId: UUID!
  • # NamespaceID of the namespace(if any) to which the Cloud Direct NAS share belongs
  • # to.
  • namespaceId: String
  • # Specifies whether the share is archived.
  • isArchived: Boolean!
  • # Specifies whether the share is a hidden.
  • isHidden: Boolean!
  • # Specifies whether the share is stale.
  • isStale: Boolean!
  • # Specifies whether the share is a relic.
  • isRelic: Boolean!
  • # Specifies whether the share was added manually by the user.
  • isNasShareManuallyAdded: Boolean!
  • # UUID of the Cloud Direct NAS Share on the NCD Cluster.
  • cloudDirectId: String!
  • # Object ID.
  • id: UUID!
  • # The NAS Cloud Direct system to which this NAS share belongs.
  • cloudDirectNasSystem: CloudDirectNasSystem
  • # The NAS Cloud Direct namespace to which this NAS share belongs.
  • cloudDirectNasNamespace: CloudDirectNasNamespace
  • # The most recent snapshot of this share.
  • newestSnapshot: CloudDirectSnapshot
  • # The oldest available snapshot of this share.
  • oldestSnapshot: CloudDirectSnapshot
  • # The total count of snapshots for this share.
  • totalSnapshots: 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.
  • cloudDirectSnapshotGroupBySummary(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • sortOrder: SortOrder,
  • timezoneOffset: Float,
  • filter: [CloudDirectSnapshotsFilterInput!],
  • groupBy: SnapshotGroupByTime!,
  • timeRange: TimeRangeInput
  • ): CloudDirectSnapshotsGroupBySummaryConnection
  • # Cluster from which this workload originated.
  • cluster: Cluster!
  • # Name of the hierarchy object.
  • name: String!
  • # Type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # Effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # Pause status of the effective SLA Domain of the hierarchy object.
  • slaPauseStatus: Boolean!
  • # Distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • # Effective retention of the SLA Domain of the hierarchy object.
  • effectiveRetentionSlaDomain: SlaDomain
  • # SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # Path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # Sequential list of this object's logical ancestors.
  • logicalPath: [PathNode!]!
  • # Sequential list of this object's physical ancestors.
  • physicalPath: [PathNode!]!
  • # Number of descendant workloads of this object.
  • numWorkloadDescendants: Int!
  • # Organizations to which this hierarchy object belongs.
  • allOrgs: [Org!]!
  • # Security posture metadata.
  • securityMetadata: SecurityMetadata
  • }