Class: Google::Cloud::BackupDR::V1::ServiceLockInfo
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ServiceLockInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
ServiceLockInfo represents the details of a lock taken by the service on a Backup resource.
Instance Attribute Summary collapse
-
#operation ⇒ ::String
readonly
Output only.
Instance Attribute Details
#operation ⇒ ::String (readonly)
Returns Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.
377 378 379 380 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 377 class ServiceLockInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |