Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2BackupDisasterRecovery

Information related to Google Cloud Backup and DR Service findings.

Inheritance
object
GoogleCloudSecuritycenterV2BackupDisasterRecovery
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2BackupDisasterRecovery : IDirectResponseSchema

Properties

Appliance

The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, backup-server-57137.

Declaration
[JsonProperty("appliance")]
public virtual string Appliance { get; set; }
Property Value
Type Description
string

Applications

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.

Declaration
[JsonProperty("applications")]
public virtual IList<string> Applications { get; set; }
Property Value
Type Description
IList<string>

BackupCreateTime

object representation of BackupCreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BackupCreateTimeDateTimeOffset instead.")]
public virtual object BackupCreateTime { get; set; }
Property Value
Type Description
object

BackupCreateTimeDateTimeOffset

DateTimeOffset representation of BackupCreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BackupCreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BackupCreateTimeRaw

The timestamp at which the Backup and DR backup was created.

Declaration
[JsonProperty("backupCreateTime")]
public virtual string BackupCreateTimeRaw { get; set; }
Property Value
Type Description
string

BackupTemplate

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.

Declaration
[JsonProperty("backupTemplate")]
public virtual string BackupTemplate { get; set; }
Property Value
Type Description
string

BackupType

The backup type of the Backup and DR image. For example, Snapshot, Remote Snapshot, OnVault.

Declaration
[JsonProperty("backupType")]
public virtual string BackupType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Host

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.

Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type Description
string

Policies

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.

Declaration
[JsonProperty("policies")]
public virtual IList<string> Policies { get; set; }
Property Value
Type Description
IList<string>

PolicyOptions

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.

Declaration
[JsonProperty("policyOptions")]
public virtual IList<string> PolicyOptions { get; set; }
Property Value
Type Description
IList<string>

Profile

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.

Declaration
[JsonProperty("profile")]
public virtual string Profile { get; set; }
Property Value
Type Description
string

StoragePool

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.

Declaration
[JsonProperty("storagePool")]
public virtual string StoragePool { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX