OBJECT
CloudDirectNasBucket
Description
NAS Cloud Direct bucket.
link GraphQL Schema definition
- type CloudDirectNasBucket 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!]!
- # Prefix protection entries included in this bucket.
- #
- # 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
- ): CloudDirectNasBucketConnection
- # UUID of the NAS Cloud Direct bucket on the NCD Cluster.
- : String!
- # The NAS Cloud Direct namespace to which this NAS bucket belongs.
- : CloudDirectNasNamespace
- # The NAS Cloud Direct system to which this NAS bucket belongs.
- : CloudDirectNasSystem
- # Groups the snapshots of this NAS Cloud Direct bucket.
- #
- # 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
- # 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 bucket.
- : [Exclude!]!
- # NAS Cloud Direct bucket path.
- : String!
- # Bucket ID.
- : UUID!
- # Specifies whether the bucket is archived.
- : Boolean!
- # Specifies whether the bucket is hidden.
- : Boolean!
- # Specifies whether the bucket is a relic.
- : Boolean!
- # Specifies whether the bucket is stale.
- : Boolean!
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Groups the missed snapshots of this NAS Cloud Direct bucket.
- #
- # 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 bucket
- # belongs.
- : String
- # The most recent snapshot of this bucket.
- : 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 bucket.
- : CloudDirectSnapshot
- # The parent of this bucket.
- #
- # Arguments
- # sortBy: Sort hierarchy objects according to the hierarchy
- # field.
- # sortOrder: Sorts the order of results.
- (: HierarchySortByField, : SortOrder): CloudDirectNasBucket
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # Name of the policy assigned to the NAS Cloud Direct bucket.
- : String!
- # NAS Cloud Direct bucket 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 bucket belongs to.
- : UUID!
- # Targets associated with the backups for this bucket.
- : CloudDirectObjectTargets
- # The total count of snapshots for this bucket.
- : Int!
- }
link Require by
- CloudDirectNasBucketNAS Cloud Direct bucket.
- CloudDirectNasBucketConnectionPaginated list of CloudDirectNasBucket objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CloudDirectNasBucketEdgeWrapper around the CloudDirectNasBucket object. This wrapper is used for pagination.
- CloudDirectNasObjectNAS Cloud Direct object (Bucket or Share).
- Query