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-04-17 UTC."],[[["The latest version available for the `EncryptVolumesRequest` class is 1.8.0, and this page specifically documents version 1.7.0."],["`EncryptVolumesRequest` is a class within the Google.Cloud.NetApp.V1 namespace, designed to manage the encryption of existing volumes using KMS configuration."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it is a protocol buffer message that can be compared, deeply cloned, and handled as a buffer."],["The `EncryptVolumesRequest` class has two constructors, one default and one that takes another `EncryptVolumesRequest` as a parameter, for deep cloning."],["It also has the properties of `KmsConfigName` which is a typed view over the Name resource name property and the `Name` property, a string representing the name of the KMS configuration."]]],[]]