OBJECT
RcvBliMigrationDetails
Description
RcvBliMigrationDetails is the object for holding blob immutability migration details of a RCV Azure location.
link GraphQL Schema definition
- type RcvBliMigrationDetails {
- # Current status of blob immutability migration for this location.
- : BliMigrationStatus!
- # Reason for the location being unavailable for migration.
- : MigrationUnavailabilityReason!
- # Name of the cluster associated with the location.
- : String!
- # Location ID of the location.
- : String!
- # Name of the location.
- : String!
- # Availability status of the location.
- : ArchivalLocationStatus!
- # Current status of blob immutability migration for this location.
- : String! @deprecated( reason: "Use bli_migration_status instead." )
- # Reason for the location being unavailable for migration.
- : String! @deprecated( reason: "Use bli_migration_unavailability_reason instead." )
- # Region of the location.
- : RcvRegion
- # Total bytes used on the archival location.
- : Long!
- # Tier of the location.
- : RcvTier!
- }
link Require by
- RcvBliMigrationDetailsConnectionPaginated list of RcvBliMigrationDetails objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- RcvBliMigrationDetailsEdgeWrapper around the RcvBliMigrationDetails object. This wrapper is used for pagination.