Class: Google::Cloud::BackupDR::V1::DataSourceBackupApplianceApplication
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DataSourceBackupApplianceApplication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
BackupApplianceApplication describes a Source Resource when it is an application backed up by a BackupAppliance.
Instance Attribute Summary collapse
-
#appliance_id ⇒ ::Integer
Appliance Id of the Backup Appliance.
-
#application_id ⇒ ::Integer
The appid field of the application within the Backup Appliance.
-
#application_name ⇒ ::String
The name of the Application as known to the Backup Appliance.
-
#backup_appliance ⇒ ::String
Appliance name.
-
#host_id ⇒ ::Integer
Hostid of the application host.
-
#hostname ⇒ ::String
Hostname of the host where the application is running.
-
#type ⇒ ::String
The type of the application.
Instance Attribute Details
#appliance_id ⇒ ::Integer
Returns Appliance Id of the Backup Appliance.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#application_id ⇒ ::Integer
Returns The appid field of the application within the Backup Appliance.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#application_name ⇒ ::String
Returns The name of the Application as known to the Backup Appliance.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_appliance ⇒ ::String
Returns Appliance name.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_id ⇒ ::Integer
Returns Hostid of the application host.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hostname ⇒ ::String
Returns Hostname of the host where the application is running.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns The type of the application. e.g. VMBackup.
366 367 368 369 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 366 class DataSourceBackupApplianceApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |