Class: Google::Cloud::BackupDR::V1::BackupApplianceLockInfo
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::BackupApplianceLockInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
BackupApplianceLockInfo contains metadata about the backupappliance that created the lock.
Instance Attribute Summary collapse
-
#backup_appliance_id ⇒ ::Integer
Required.
-
#backup_appliance_name ⇒ ::String
Required.
-
#backup_image ⇒ ::String
The image name that depends on this Backup.
-
#job_name ⇒ ::String
The job name on the backup/recovery appliance that created this lock.
-
#lock_reason ⇒ ::String
Required.
-
#sla_id ⇒ ::Integer
The SLA on the backup/recovery appliance that owns the lock.
Instance Attribute Details
#backup_appliance_id ⇒ ::Integer
Returns Required. The ID of the backup/recovery appliance that created this lock.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_appliance_name ⇒ ::String
Returns Required. The name of the backup/recovery appliance that created this lock.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_image ⇒ ::String
Returns The image name that depends on this Backup.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_name ⇒ ::String
Returns The job name on the backup/recovery appliance that created this lock.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lock_reason ⇒ ::String
Returns 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.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sla_id ⇒ ::Integer
Returns The SLA on the backup/recovery appliance that owns the lock.
404 405 406 407 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 404 class BackupApplianceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |