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-03-21 UTC."],[[["The latest version of the `GetReplicationRequest` class is 1.8.0, part of the Google.Cloud.NetApp.V1 API."],["`GetReplicationRequest` is used to retrieve the status of a replication within the NetApp v1 API."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetReplicationRequest` class has a `Name` property, a required string that specifies the replication resource name in a specific format."],["The `ReplicationName` property is a strongly-typed view over the `Name` resource name."]]],[]]