OBJECT
LegalHoldSnappableDetail
Description
Legal hold details of the workload.
link GraphQL Schema definition
- type LegalHoldSnappableDetail {
- # ID.
- : String!
- # Workload name.
- : String!
- # Physical path to this workload.
- : [LocationPathPoint!]!
- # Workload type.
- : ManagedObjectType!
- # Number of snapshots on legal hold.
- : Int!
- # Snapshot details.
- : [LegalHoldSnapshotDetail!]!
- }
link Require by
- LegalHoldSnappableDetailConnectionPaginated list of LegalHoldSnappableDetail objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- LegalHoldSnappableDetailEdgeWrapper around the LegalHoldSnappableDetail object. This wrapper is used for pagination.