public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanRequest.
The request message for getting a BackupPlan
.
Implements
IMessageGetBackupPlanRequest, IEquatableGetBackupPlanRequest, IDeepCloneableGetBackupPlanRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
GetBackupPlanRequest()
public GetBackupPlanRequest()
GetBackupPlanRequest(GetBackupPlanRequest)
public GetBackupPlanRequest(GetBackupPlanRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetBackupPlanRequest |
Properties
BackupPlanName
public BackupPlanName BackupPlanName { get; set; }
BackupPlanName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupPlanName |
Name
public string Name { get; set; }
Required. The resource name of the BackupPlan
to retrieve.
Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}
Property Value | |
---|---|
Type | Description |
string |