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 document provides reference information for the `GetReplicationRequest` class within the NetApp v1 API for .NET, specifically version 1.3.0."],["The `GetReplicationRequest` class is used to retrieve the state of a replication and is part of the `Google.Cloud.NetApp.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetReplicationRequest` class includes properties for `Name` and `ReplicationName`, with `Name` being a required string representing the replication resource name."],["There are two constructors for creating instances of this class, one default and another that accepts an existing `GetReplicationRequest` instance as a parameter."]]],[]]