Backup and DR Service v1 API - Class GetBackupRequest (1.2.0)

public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage

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

Request message for getting a Backup.

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

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