public sealed class GetReplicationCycleRequest : IMessage<GetReplicationCycleRequest>, IEquatable<GetReplicationCycleRequest>, IDeepCloneable<GetReplicationCycleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetReplicationCycleRequest.
Request message for 'GetReplicationCycle' request.
[[["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 page provides reference documentation for the `GetReplicationCycleRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0."],["The `GetReplicationCycleRequest` class is used to construct request messages for retrieving replication cycle information and is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has two constructors, a default constructor, and one that takes another `GetReplicationCycleRequest` object as an argument."],["It includes two properties, `Name` (a string) and `ReplicationCycleName`, which is a type view of the name of the replication cycle, both properties being integral to specifying the replication cycle to retrieve."],["The documentation also lists previous versions of the API, from version 1.0.0 to 2.6.0, with 2.6.0 being the latest."]]],[]]