Show / Hide Table of Contents

Class GcpBackupConfig

GcpBackupConfig captures the Backup configuration details for Google Cloud resources. All Google Cloud resources regardless of type are protected with backup plan associations.

Inheritance
object
GcpBackupConfig
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.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class GcpBackupConfig : IDirectResponseSchema

Properties

BackupPlan

The name of the backup plan.

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

BackupPlanAssociation

The name of the backup plan association.

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

BackupPlanDescription

The description of the backup plan.

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

BackupPlanRules

The names of the backup plan rules which point to this backupvault

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX