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 reference documentation for the `GetBackupVaultRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0."],["`GetBackupVaultRequest` is a class used to retrieve the state of a backup vault and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`, as well as properties like `BackupVaultName` and `Name`."],["The `GetBackupVaultRequest` class has two constructors, one empty and one taking another instance of the class, enabling object initialization and cloning."],["The webpage also contains links to various versions, including the latest version 1.8.0, and a description of the required `Name` property for specifying the backup vault resource name."]]],[]]