Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::BackupConfigInfo.
BackupConfigInfo has information about how the resource is configured for Backup and about the most recent backup to this vault.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_appliance_backup_config
def backup_appliance_backup_config() -> ::Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig
Returns
- (::Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig) — Configuration for an application backed up by a Backup Appliance.
#backup_appliance_backup_config=
def backup_appliance_backup_config=(value) -> ::Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig
Parameter
- value (::Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig) — Configuration for an application backed up by a Backup Appliance.
Returns
- (::Google::Cloud::BackupDR::V1::BackupApplianceBackupConfig) — Configuration for an application backed up by a Backup Appliance.
#gcp_backup_config
def gcp_backup_config() -> ::Google::Cloud::BackupDR::V1::GcpBackupConfig
Returns
- (::Google::Cloud::BackupDR::V1::GcpBackupConfig) — Configuration for a Google Cloud resource.
#gcp_backup_config=
def gcp_backup_config=(value) -> ::Google::Cloud::BackupDR::V1::GcpBackupConfig
Parameter
- value (::Google::Cloud::BackupDR::V1::GcpBackupConfig) — Configuration for a Google Cloud resource.
Returns
- (::Google::Cloud::BackupDR::V1::GcpBackupConfig) — Configuration for a Google Cloud resource.
#last_backup_error
def last_backup_error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. If the last backup failed, this field has the error message.
#last_backup_state
def last_backup_state() -> ::Google::Cloud::BackupDR::V1::BackupConfigInfo::LastBackupState
Returns
- (::Google::Cloud::BackupDR::V1::BackupConfigInfo::LastBackupState) — Output only. The status of the last backup to this BackupVault
#last_successful_backup_consistency_time
def last_successful_backup_consistency_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. If the last backup were successful, this field has the consistency date.