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 document provides reference details for the `EncryptVolumesRequest` class within the NetApp v1 API, which is used to specify KMS configuration for encrypting volumes."],["This documentation covers versions 1.0.0 through 1.8.0, with 1.8.0 being the latest release, for this class."],["The `EncryptVolumesRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `EncryptVolumesRequest` class include `KmsConfigName` (a `KmsConfigName` type) and `Name` (a string), which are necessary for the KMS configuration."],["The class has 2 constructors, one default and one that takes an object of `EncryptVolumesRequest` as a parameter."]]],[]]