Backup and DR Service v1 API - Class Backup.Types.GCPBackupPlanInfo (1.2.0)

public sealed class Backup.Types.GCPBackupPlanInfo : IMessage<Backup.Types.GCPBackupPlanInfo>, IEquatable<Backup.Types.GCPBackupPlanInfo>, IDeepCloneable<Backup.Types.GCPBackupPlanInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class Backup.Types.GCPBackupPlanInfo.

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

Inheritance

object > Backup.Types.GCPBackupPlanInfo

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

GCPBackupPlanInfo()

public GCPBackupPlanInfo()

GCPBackupPlanInfo(GCPBackupPlanInfo)

public GCPBackupPlanInfo(Backup.Types.GCPBackupPlanInfo other)
Parameter
Name Description
other BackupTypesGCPBackupPlanInfo

Properties

BackupPlan

public string BackupPlan { get; set; }

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

Property Value
Type Description
string

BackupPlanAsBackupPlanName

public BackupPlanName BackupPlanAsBackupPlanName { get; set; }

BackupPlanName-typed view over the BackupPlan resource name property.

Property Value
Type Description
BackupPlanName

BackupPlanRuleId

public string BackupPlanRuleId { get; set; }

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

Property Value
Type Description
string