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."],[[["This webpage provides documentation for the `EncryptVolumesRequest` class within the Google Cloud NetApp v1 API."],["`EncryptVolumesRequest` is designed to specify the KMS configuration required for encrypting existing volumes, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class offers two constructors: a default constructor and one that takes another `EncryptVolumesRequest` object as a parameter for cloning."],["The class includes properties like `KmsConfigName` and `Name`, with `Name` being a required property that specifies the name of the `KmsConfig` to use."],["The latest version of the class that is available is version 1.8.0."]]],[]]