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."],[[["This document provides reference information for the `GetReplicationRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0."],["`GetReplicationRequest` is designed to retrieve the state of a replication and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetReplicationRequest` class includes properties like `Name` (a string) and `ReplicationName` (a typed view of the name), which are used to identify the specific replication resource."],["Constructors are available to create new instances of `GetReplicationRequest`, including a default constructor and one that allows cloning from an existing `GetReplicationRequest` object."],["There are several previous versions available of the documentation, with the latest being 1.8.0."]]],[]]