public sealed class GetReplicationRequest : IMessage<GetReplicationRequest>, IEquatable<GetReplicationRequest>, IDeepCloneable<GetReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetReplicationRequest.
GetReplicationRequest gets the state of a replication.
[[["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 page provides documentation for the `GetReplicationRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.7.0."],["`GetReplicationRequest` is used to retrieve the state of a replication, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetReplicationRequest` class has two constructors, a default constructor and one that accepts another `GetReplicationRequest` object as a parameter."],["The `Name` property, which is required, specifies the replication resource name in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`."],["The `ReplicationName` property provides a strongly-typed view of the `Name` property."]]],[]]