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.
Implements
IMessageGetBackupVaultRequest, IEquatableGetBackupVaultRequest, IDeepCloneableGetBackupVaultRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.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. The backupVault resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
Property Value | |
---|---|
Type | Description |
string |