Class BackupApplianceLockInfo (0.1.4)

BackupApplianceLockInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

BackupApplianceLockInfo contains metadata about the backupappliance that created the lock.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
backup_appliance_id int
Required. The ID of the backup/recovery appliance that created this lock.
backup_appliance_name str
Required. The name of the backup/recovery appliance that created this lock.
lock_reason str
Required. The reason for the lock: e.g. MOUNT/RESTORE/BACKUP/etc. The value of this string is only meaningful to the client and it is not interpreted by the BackupVault service.
job_name str
The job name on the backup/recovery appliance that created this lock. This field is a member of oneof_ lock_source.
backup_image str
The image name that depends on this Backup. This field is a member of oneof_ lock_source.
sla_id int
The SLA on the backup/recovery appliance that owns the lock. This field is a member of oneof_ lock_source.