OBJECT
ConfigProtectionInfo
Description
Configuration protection information.
link GraphQL Schema definition
- type ConfigProtectionInfo {
- # The cluster UUID.
- UUID! :
- # Status of configuration protection.
- ConfigProtectionStatus! :
- # Type of upload location.
- UploadLocationType! :
- # The replication target name of the upload location.
- String :
- # Date and time of last successful backup.
- DateTime :
- # CA certificate UUID used for setup.
- UUID :
- }