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\u003eThis page details the \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, specifically version 2.12.0, which is used to define requests for moving a Compute Engine instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<InstanceMoveRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<InstanceMoveRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eInstanceMoveRequest()\u003c/code\u003e and a copy constructor \u003ccode\u003eInstanceMoveRequest(InstanceMoveRequest other)\u003c/code\u003e to create new \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eDestinationZone\u003c/code\u003e and \u003ccode\u003eTargetInstance\u003c/code\u003e, both of which store URLs (full or partial) and the boolean properties \u003ccode\u003eHasDestinationZone\u003c/code\u003e and \u003ccode\u003eHasTargetInstance\u003c/code\u003e, which indicate if the aforementioned fields are populated.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides access to several previous versions of this class, going all the way back to version 1.0.0, with the latest version being 3.6.0.\u003c/p\u003e\n"]]],[],null,[]]