OBJECT
CloudDirectNasShare
Description
NAS Cloud Direct share.
link GraphQL Schema definition
- type CloudDirectNasShare implements CloudDirectHierarchyWorkload, CloudDirectHierarchyObject, HierarchyObject, CloudDirectNasSystemDescendantType, CloudDirectNasSystemLogicalChildType, CloudDirectNasNamespaceDescendantType, CloudDirectNasNamespaceLogicalChildType {
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # The authorized operations on the object.
- : [Operation!]!
- # Directory protection entries included in this share.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # sortBy: Sort hierarchy objects according to the hierarchy
- # field.
- # sortOrder: Sorts the order of results.
- (
- : Int,
- : String,
- : HierarchySortByField,
- : SortOrder
- ): CloudDirectNasShareConnection
- # UUID of the NAS Cloud Direct share on the NCD cluster.
- : String!
- # The NAS Cloud Direct namespace to which this NAS share belongs.
- : CloudDirectNasNamespace
- # The NAS Cloud Direct system to which this NAS share belongs.
- : CloudDirectNasSystem
- # 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 the customer timezone.
- # filter: Filter for NAS Cloud Direct snapshots.
- # groupBy: Groups NAS Cloud Direct snapshots by field.
- # timeRange: Time range input.
- # cloudDirectTargetId: NAS Cloud Direct target ID.
- (
- : Int,
- : String,
- : Int,
- : String,
- : SortOrder,
- : Float,
- : [CloudDirectSnapshotsFilterInput!],
- : SnapshotGroupByTime!,
- : TimeRangeInput,
- : UUID
- ): CloudDirectSnapshotsGroupBySummaryConnection
- # Cluster from which this workload originated.
- : Cluster!
- # NAS Cloud Direct cluster ID.
- : UUID!
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # Effective retention of the SLA Domain of the hierarchy object.
- : SlaDomain
- # Effective SLA Domain of the hierarchy object.
- : SlaDomain!
- # Path node of the effective SLA Domain source.
- : PathNode
- # List of exclusions for the NAS share.
- : [Exclude!]!
- # NAS Cloud Direct Share path.
- : String!
- # Share ID.
- : UUID!
- # Specifies whether the share is archived.
- : Boolean!
- # Specifies whether the share is hidden.
- : Boolean!
- # Specifies whether the share was added manually by the user.
- : Boolean!
- # Specifies whether the share is a relic.
- : Boolean!
- # Specifies whether the share is stale.
- : Boolean!
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Groups the missed 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 the customer timezone.
- # filter: Filter for NAS Cloud Direct snapshots.
- # groupBy: Groups NAS Cloud Direct snapshots by field.
- # timeRange: Time range input.
- (
- : Int,
- : String,
- : Int,
- : String,
- : SortOrder,
- : Float,
- : [CloudDirectSnapshotsFilterInput!],
- : SnapshotGroupByTime!,
- : TimeRangeInput
- ): CloudDirectSnapshotsGroupBySummaryConnection
- # Name of the hierarchy object.
- : String!
- # NamespaceID of the namespace (if any) to which the NAS Cloud Direct share
- # belongs.
- : String
- # NAS Cloud Direct share protecting the policy name.
- : String!
- # The most recent snapshot of this share.
- : CloudDirectSnapshot
- # Number of descendant workloads of this object.
- #
- # 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.
- # objectTypes: Types of objects to limit the results. If absent,
- # all object types are returned.
- (
- : Int,
- : String,
- : Int,
- : String,
- : [ManagedObjectType!]
- ): Int!
- # Pause status of the hierarchy object.
- : ObjectPauseStatus
- # Type of this object.
- : HierarchyObjectTypeEnum!
- # The oldest available snapshot of this share.
- : CloudDirectSnapshot
- # The parent of this share.
- #
- # Arguments
- # sortBy: Sort hierarchy objects according to the hierarchy
- # field.
- # sortOrder: Sorts the order of results.
- (: HierarchySortByField, : SortOrder): CloudDirectNasShare
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # Name of the policy assigned to the NAS Cloud Direct share.
- : String!
- # NAS Cloud Direct share protocol.
- : CloudDirectNasProtocolType!
- # Security posture metadata.
- : SecurityMetadata
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- # SystemID of the system the NAS Cloud Direct share belongs to.
- : UUID!
- # Targets associated with the backups for this share.
- : CloudDirectObjectTargets
- # The total count of snapshots for this share.
- : Int!
- }
link Require by
- CloudDirectNasObjectNAS Cloud Direct object (Bucket or Share).
- CloudDirectNasShareNAS Cloud Direct share.
- CloudDirectNasShareConnectionPaginated list of CloudDirectNasShare objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CloudDirectNasShareEdgeWrapper around the CloudDirectNasShare object. This wrapper is used for pagination.
- Query