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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GetBackupVaultRequest` class within the Google.Cloud.NetApp.V1 API, designed to retrieve the state of a backup vault."],["The `GetBackupVaultRequest` class is a part of the NetApp v1 API, which includes methods for various versions, with the most current being 1.8.0 and as far back as version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, incorporating methods like `GetHashCode`, `GetType`, and `ToString`."],["Key properties of the `GetBackupVaultRequest` class include `BackupVaultName`, a typed view of the resource name, and `Name`, a string field representing the backup vault resource name in a specific project, location and id format."],["The `GetBackupVaultRequest` class can be constructed using a default constructor or by providing another `GetBackupVaultRequest` instance as a parameter."]]],[]]