public sealed class ResumeReplicationRequest : IMessage<ResumeReplicationRequest>, IEquatable<ResumeReplicationRequest>, IDeepCloneable<ResumeReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ResumeReplicationRequest.
ResumeReplicationRequest resumes a stopped replication.
Required. The resource name of the replication, in the format of
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
[[["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 document provides reference documentation for the `ResumeReplicationRequest` class within the NetApp v1 API for .NET."],["The `ResumeReplicationRequest` class is used to resume a stopped replication, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and provides methods like `GetHashCode`, `GetType`, and `ToString`, while the `Google.Cloud.NetApp.V1` namespace contains this and other related classes."],["The class has two constructors, a default one and one that takes another `ResumeReplicationRequest` as a parameter, and includes properties for `Name` and `ReplicationName`."],["There are multiple versions listed, from 1.0.0 to 1.8.0, with 1.8.0 being the latest, offering various documentation reference points."]]],[]]