NetApp v1 API - Class GetBackupVaultRequest (1.0.0)

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

Reference documentation and code samples for the NetApp v1 API class GetBackupVaultRequest.

GetBackupVaultRequest gets the state of a backupVault.

Inheritance

object > GetBackupVaultRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

GetBackupVaultRequest()

public GetBackupVaultRequest()

GetBackupVaultRequest(GetBackupVaultRequest)

public GetBackupVaultRequest(GetBackupVaultRequest other)
Parameter
NameDescription
otherGetBackupVaultRequest

Properties

BackupVaultName

public BackupVaultName BackupVaultName { get; set; }

BackupVaultName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupVaultName

Name

public string Name { get; set; }

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

Property Value
TypeDescription
string