public sealed class InstanceMoveRequest : IMessage<InstanceMoveRequest>, IEquatable<InstanceMoveRequest>, IDeepCloneable<InstanceMoveRequest>, IBufferMessage, IMessage
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
[[["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-08 UTC."],[[["\u003cp\u003eThe latest version of the Google.Cloud.Compute.V1 library is 3.6.0, with version 3.5.0 being the current context and many previous versions available, ranging back to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class, accessible within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, is a sealed class that facilitates instance migration and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class allows the specification of both a \u003ccode\u003eDestinationZone\u003c/code\u003e and a \u003ccode\u003eTargetInstance\u003c/code\u003e, each of which is a string representing a URL that can be full or partial, indicating where the instance should be moved to and what instance should be moved, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class also contains two properties, \u003ccode\u003eHasDestinationZone\u003c/code\u003e and \u003ccode\u003eHasTargetInstance\u003c/code\u003e, each of which is a boolean value that indicate whether the fields "destination_zone" and "target_instance" have been set.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class, one default constructor and another that takes another \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e object as an argument.\u003c/p\u003e\n"]]],[],null,[]]