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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eGetCutoverJobRequest\u003c/code\u003e class within the Google Cloud VM Migration v1 API, detailing its properties, constructors, and inheritance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCutoverJobRequest\u003c/code\u003e class is used to construct request messages for the 'GetCutoverJob' operation within the VM Migration API, with its latest version being 2.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its capabilities in message handling, equality comparison, deep cloning, and buffer message manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCutoverJobRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eCutoverJobName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, which are used to specify the target CutoverJob resource.\u003c/p\u003e\n"],["\u003cp\u003eThere are 8 versions of the \u003ccode\u003eGetCutoverJobRequest\u003c/code\u003e available in the documentation, ranging from 1.0.0 to the latest 2.6.0 version.\u003c/p\u003e\n"]]],[],null,["# VM Migration v1 API - Class GetCutoverJobRequest (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.5.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.4.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.3.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.2.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.1.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.0.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/1.0.0/Google.Cloud.VMMigration.V1.GetCutoverJobRequest) \n\n public sealed class GetCutoverJobRequest : IMessage\u003cGetCutoverJobRequest\u003e, IEquatable\u003cGetCutoverJobRequest\u003e, IDeepCloneable\u003cGetCutoverJobRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VM Migration v1 API class GetCutoverJobRequest.\n\nRequest message for 'GetCutoverJob' request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetCutoverJobRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetCutoverJobRequest](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.GetCutoverJobRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetCutoverJobRequest](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.GetCutoverJobRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetCutoverJobRequest](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.GetCutoverJobRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VMMigration.V1](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VMMigration.V1.dll\n\nConstructors\n------------\n\n### GetCutoverJobRequest()\n\n public GetCutoverJobRequest()\n\n### GetCutoverJobRequest(GetCutoverJobRequest)\n\n public GetCutoverJobRequest(GetCutoverJobRequest other)\n\nProperties\n----------\n\n### CutoverJobName\n\n public CutoverJobName CutoverJobName { get; set; }\n\n[CutoverJobName](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.CutoverJobName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.GetCutoverJobRequest#Google_Cloud_VMMigration_V1_GetCutoverJobRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the CutoverJob."]]