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-04-17 UTC."],[[["This document provides reference information for the `ResumeReplicationRequest` class within the Google Cloud NetApp v1 API, including its properties and inheritance."],["The `ResumeReplicationRequest` class is used to resume a replication that has been stopped, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `ResumeReplicationRequest` is 1.8.0, with previous versions available from 1.0.0 to 1.7.0, for reference and use."],["The class has two constructors, one default and another that takes another `ResumeReplicationRequest` object as a parameter for creating a new object from an existing one."],["The `ResumeReplicationRequest` class includes two main properties: `Name`, a string representing the resource name of the replication, and `ReplicationName`, a `ReplicationName`-typed view over the `Name`."]]],[]]