OBJECT
HaPolicy
Description
High-availability policy information.
link GraphQL Schema definition
- type HaPolicy {
- # Number of archival locations in this high-availability policy.
- : Int!
- # Creation time of the high-availability policy.
- : String!
- # Description of the high-availability policy.
- : String!
- # Number of hosts in this high-availability policy.
- : Int!
- # Unique identifier of the high-availability policy.
- : UUID!
- # Last updated time of the high-availability policy.
- : String!
- # Name of the high-availability policy.
- : String!
- # Primary cluster UUID.
- : UUID!
- # Secondary cluster UUIDs for failover destinations.
- : [UUID!]!
- # Status of the high-availability policy.
- : FailoverGroupStatus!
- # Status message providing additional details.
- : String!
- }
link Require by
- GlobalSlaReplyMetadata for rendering an SLA Domain.
- HaPolicyConnectionPaginated list of HaPolicy objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- HaPolicyEdgeWrapper around the HaPolicy object. This wrapper is used for pagination.