public sealed class GetCloneJobRequest : IMessage<GetCloneJobRequest>, IEquatable<GetCloneJobRequest>, IDeepCloneable<GetCloneJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetCloneJobRequest.
[[["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 `GetCloneJobRequest` class is used to request a specific clone job in the VM Migration v1 API, which is used for managing virtual machine migration processes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for handling messages, comparisons, deep cloning, and buffered operations."],["The `GetCloneJobRequest` class has two constructors for creating new instances, either as a default or by copying another `GetCloneJobRequest` object."],["It includes properties such as `CloneJobName` (a typed view) and `Name` (a string), which are used to identify the target clone job."],["The `GetCloneJobRequest` documentation is part of the `Google.Cloud.VMMigration.V1` namespace, within the `Google.Cloud.VMMigration.V1.dll` assembly, and version 2.6.0 is the latest version, with various previous versions documented."]]],[]]