public sealed class BackupDisasterRecovery : IMessage<BackupDisasterRecovery>, IEquatable<BackupDisasterRecovery>, IDeepCloneable<BackupDisasterRecovery>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class BackupDisasterRecovery.
Information related to Google Cloud Backup and DR Service findings.
Implements
IMessageBackupDisasterRecovery, IEquatableBackupDisasterRecovery, IDeepCloneableBackupDisasterRecovery, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
BackupDisasterRecovery()
public BackupDisasterRecovery()
BackupDisasterRecovery(BackupDisasterRecovery)
public BackupDisasterRecovery(BackupDisasterRecovery other)
Parameter | |
---|---|
Name | Description |
other | BackupDisasterRecovery |
Properties
Appliance
public string Appliance { get; set; }
The name of the Backup and DR appliance that captures, moves, and manages
the lifecycle of backup data. For example, backup-server-57137
.
Property Value | |
---|---|
Type | Description |
string |
Applications
public RepeatedField<string> Applications { get; }
The names of Backup and DR applications. An application is a VM, database,
or file system on a managed host monitored by a backup and recovery
appliance. For example, centos7-01-vol00
, centos7-01-vol01
,
centos7-01-vol02
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
BackupCreateTime
public Timestamp BackupCreateTime { get; set; }
The timestamp at which the Backup and DR backup was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
BackupTemplate
public string BackupTemplate { get; set; }
The name of a Backup and DR template which comprises one or more backup
policies. See the Backup and DR
documentation
for more information. For example, snap-ov
.
Property Value | |
---|---|
Type | Description |
string |
BackupType
public string BackupType { get; set; }
The backup type of the Backup and DR image.
For example, Snapshot
, Remote Snapshot
, OnVault
.
Property Value | |
---|---|
Type | Description |
string |
Host
public string Host { get; set; }
The name of a Backup and DR host, which is managed by the backup and
recovery appliance and known to the management console. The host can be of
type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file
system, etc.), vCenter, or an ESX server. See the Backup and DR
documentation on
hosts
for more information. For example, centos7-01
.
Property Value | |
---|---|
Type | Description |
string |
Policies
public RepeatedField<string> Policies { get; }
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image. For example, onvaults
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
PolicyOptions
public RepeatedField<string> PolicyOptions { get; }
The names of Backup and DR advanced policy options of a policy applying to
an application. See the Backup and DR documentation on policy
options.
For example, skipofflineappsincongrp, nounmap
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Profile
public string Profile { get; set; }
The name of the Backup and DR resource profile that specifies the storage
media for backups of application and VM data. See the Backup and DR
documentation on
profiles.
For example, GCP
.
Property Value | |
---|---|
Type | Description |
string |
StoragePool
public string StoragePool { get; set; }
The name of the Backup and DR storage pool that the backup and recovery
appliance is storing data in. The storage pool could be of type Cloud,
Primary, Snapshot, or OnVault. See the Backup and DR documentation on
storage
pools.
For example, DiskPoolOne
.
Property Value | |
---|---|
Type | Description |
string |