public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class GetBackupRequest.
Request message for getting a Backup.
Implements
IMessageGetBackupRequest, IEquatableGetBackupRequest, IDeepCloneableGetBackupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
GetBackupRequest()
public GetBackupRequest()GetBackupRequest(GetBackupRequest)
public GetBackupRequest(GetBackupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBackupRequest |
Properties
BackupName
public BackupName BackupName { get; set; }BackupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupName |
|
Name
public string Name { get; set; }Required. Name of the data source resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{backupVault}/dataSources/{datasource}/backups/{backup}'
| Property Value | |
|---|---|
| Type | Description |
string |
|
View
public BackupView View { get; set; }Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.
| Property Value | |
|---|---|
| Type | Description |
BackupView |
|