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