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 \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, is used to define requests for moving instances and is available from version 1.0.0 up to the latest version 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its capabilities for message handling, equality checking, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e include \u003ccode\u003eDestinationZone\u003c/code\u003e and \u003ccode\u003eTargetInstance\u003c/code\u003e, which allow specifying the URL of the target zone and the instance to be moved respectively, as well as \u003ccode\u003eHasDestinationZone\u003c/code\u003e and \u003ccode\u003eHasTargetInstance\u003c/code\u003e which returns a bool value to determine if the field is set.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple available versions of the \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e, ranging from version 1.0.0 to 3.6.0, each with its own documentation link within the dotnet reference, providing a history of available versions and their associated documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e class has two constructors: one parameterless and another taking an \u003ccode\u003eInstanceMoveRequest\u003c/code\u003e object as an argument, designed to create copies of existing requests.\u003c/p\u003e\n"]]],[],null,[]]