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."],[[["The `ResumeReplicationRequest` class in the NetApp v1 API is used to resume a stopped replication process."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered operations."],["The `ResumeReplicationRequest` class includes a `Name` property, which is required and represents the resource name of the replication."],["The class also has a `ReplicationName` property, offering a typed view over the `Name` property, utilizing the `ReplicationName` type."],["The class has two constructors, a default constructor, and a second that accepts another `ResumeReplicationRequest` as a parameter for object initialization."]]],[]]