Class GCPBackupPlanInfo
GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.
Implements
Inherited Members
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 |