Class: Google::Cloud::BackupDR::V1::BackupApplianceLockInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#backup_appliance_id::Integer

Returns Required. The ID of the backup/recovery appliance that created this lock.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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