public sealed class GetCutoverJobRequest : IMessage<GetCutoverJobRequest>, IEquatable<GetCutoverJobRequest>, IDeepCloneable<GetCutoverJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetCutoverJobRequest.
[[["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 webpage provides documentation for the `GetCutoverJobRequest` class within the VM Migration v1 API, specifically for version 2.5.0, with links to other versions including the latest 2.6.0."],["The `GetCutoverJobRequest` class is a request message used for retrieving details of a specific cutover job, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating instances, either empty or by copying another `GetCutoverJobRequest` instance."],["The `GetCutoverJobRequest` class contains two primary properties, `CutoverJobName` and `Name`, both involved in identifying a specific cutover job."],["The namespace for this class is listed as `Google.Cloud.VMMigration.V1` with the assembly listed as `Google.Cloud.VMMigration.V1.dll`."]]],[]]