Show / Hide Table of Contents

Class GCPBackupPlanInfo

GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.

Inheritance
object
GCPBackupPlanInfo
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 GCPBackupPlanInfo : IDirectResponseSchema

Properties

BackupPlan

Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}

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

BackupPlanRuleId

The rule id of the backup plan which triggered this backup in case of scheduled backup or used for

Declaration
[JsonProperty("backupPlanRuleId")]
public virtual string BackupPlanRuleId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX