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, part of the Google.Cloud.NetApp.V1 namespace, is used to resume a stopped replication within the NetApp v1 API."],["This class is found in the Google.Cloud.NetApp.V1.dll assembly and is available in multiple versions, from 1.0.0 up to the latest 1.8.0."],["`ResumeReplicationRequest` inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResumeReplicationRequest` class includes constructors, allowing for both default instantiation and cloning, as well as properties `Name` and `ReplicationName` which are essential for identifying the replication resource."],["The `Name` property specifies the replication resource's name, following the format `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`."]]],[]]