Options
All
  • Public
  • Public/Protected
  • All
Menu

The current status of the backup policy. pending : the policy has been received and has begun processing. initializing : pre-existing objects are being sync to the backup vault. active : the policy is active and healthy. action_needed : the policy is unhealthy and requires some intervention to recover degraded : the policy is unhealthy failed : the policy has failed unrecoverably.

Index

Enumeration members

ACTION_NEEDED

ACTION_NEEDED: = "action_needed"

ACTIVE

ACTIVE: = "active"

DEGRADED

DEGRADED: = "degraded"

FAILED

FAILED: = "failed"

INITIALIZING

INITIALIZING: = "initializing"

PENDING

PENDING: = "pending"

Generated using TypeDoc