public sealed class EncryptVolumesRequest : IMessage<EncryptVolumesRequest>, IEquatable<EncryptVolumesRequest>, IDeepCloneable<EncryptVolumesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class EncryptVolumesRequest.
EncryptVolumesRequest specifies the KMS config to encrypt existing volumes.
[[["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 `EncryptVolumesRequest` class in the `Google.Cloud.NetApp.V1` namespace is used to specify the KMS configuration for encrypting existing volumes."],["Version 1.8.0 is the latest version of the `EncryptVolumesRequest` API, with several prior versions available, including 1.1.0, the version that this documentation focuses on."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cEncryptVolumesRequest\u003e`, `IDeepCloneable\u003cEncryptVolumesRequest\u003e`, and `IBufferMessage`."],["The `EncryptVolumesRequest` class has properties for managing the KMS configuration, specifically `KmsConfigName` (a typed view) and `Name` (a string), with the `Name` property required to identify the KmsConfig."],["The class provides two constructors: a default constructor `EncryptVolumesRequest()` and an overloaded constructor that accepts another `EncryptVolumesRequest` object, `EncryptVolumesRequest(EncryptVolumesRequest other)`."]]],[]]