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."],[[["The latest version of the `GetBackupVaultRequest` class is 1.8.0, which is part of the Google.Cloud.NetApp.V1 namespace."],["`GetBackupVaultRequest` is used to retrieve the state of a backupVault, as indicated by its purpose and the description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetBackupVaultRequest` class includes properties such as `BackupVaultName` and `Name`, where `Name` is a string representing the resource name in a specified format."],["The `GetBackupVaultRequest` class includes two constructors, the default one, and another which accepts an existing `GetBackupVaultRequest` parameter."]]],[]]