Class: Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
BackupApplianceBackupConfig captures the backup configuration for applications that are protected by Backup Appliances.
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
The name of the application.
-
#backup_appliance_id ⇒ ::Integer
The ID of the backup appliance.
-
#backup_appliance_name ⇒ ::String
The name of the backup appliance.
-
#host_name ⇒ ::String
The name of the host where the application is running.
-
#sla_id ⇒ ::Integer
The ID of the SLA of this application.
-
#slp_name ⇒ ::String
The name of the SLP associated with the application.
-
#slt_name ⇒ ::String
The name of the SLT associated with the application.
Instance Attribute Details
#application_name ⇒ ::String
Returns The name of the application.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_appliance_id ⇒ ::Integer
Returns The ID of the backup appliance.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_appliance_name ⇒ ::String
Returns The name of the backup appliance.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_name ⇒ ::String
Returns The name of the host where the application is running.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sla_id ⇒ ::Integer
Returns The ID of the SLA of this application.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#slp_name ⇒ ::String
Returns The name of the SLP associated with the application.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#slt_name ⇒ ::String
Returns The name of the SLT associated with the application.
315 316 317 318 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 315 class BackupApplianceBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |