public sealed class UpdateReplicationRequest : IMessage<UpdateReplicationRequest>, IEquatable<UpdateReplicationRequest>, IDeepCloneable<UpdateReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateReplicationRequest.
UpdateReplicationRequest updates description and/or labels for a replication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateReplicationRequest` class in the NetApp v1 API allows updating the description and/or labels for a replication."],["This class is part of the `Google.Cloud.NetApp.V1` namespace and is available in the `Google.Cloud.NetApp.V1.dll` assembly, and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UpdateReplicationRequest` has two constructors, one default and one that accepts another `UpdateReplicationRequest` object for copying."],["The class has two properties: `Replication`, which is a required replication resource, and `UpdateMask`, which is a required mask of fields to update."],["There are various versions available for this API, ranging from 1.0.0 up to the latest 1.8.0, where the provided documentation refers to version 1.2.0."]]],[]]