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.
Resource name of backup plan by which workload is protected at the time
of the backup.
Format:
projects/{project}/locations/{location}/backupPlans/{backupPlanId}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `GCPBackupPlanInfo` class within the Google Cloud Backup and DR Service v1 API, used to capture Google Cloud resource plan configuration details at the time of backup."],["The `GCPBackupPlanInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a parameterless constructor `GCPBackupPlanInfo()` and another that takes another `GCPBackupPlanInfo` object, providing different ways to instantiate it."],["Key properties of the `GCPBackupPlanInfo` class include `BackupPlan`, representing the resource name of the backup plan, `BackupPlanAsBackupPlanName`, which is a `BackupPlanName`-typed view of the `BackupPlan`, and `BackupPlanRuleId`, representing the ID of the rule that triggered the backup."],["This documentation details all the different versions available for the Backup and DR Service v1 API, ranging from version 1.0.0-beta02, to 2.1.0, which is currently the latest."]]],[]]