Backup and DR Service v1 API - Class GetBackupVaultRequest (2.0.0)

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

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

Request message for getting a BackupVault.

Inheritance

object > GetBackupVaultRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

GetBackupVaultRequest()

public GetBackupVaultRequest()

GetBackupVaultRequest(GetBackupVaultRequest)

public GetBackupVaultRequest(GetBackupVaultRequest other)
Parameter
Name Description
other GetBackupVaultRequest

Properties

BackupVaultName

public BackupVaultName BackupVaultName { get; set; }

BackupVaultName-typed view over the Name resource name property.

Property Value
Type Description
BackupVaultName

Name

public string Name { get; set; }

Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'

Property Value
Type Description
string

View

public BackupVaultView View { get; set; }

Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault

Property Value
Type Description
BackupVaultView