public sealed class DiskMoveRequest : IMessage<DiskMoveRequest>, IEquatable<DiskMoveRequest>, IDeepCloneable<DiskMoveRequest>, IBufferMessage, IMessage
The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
[[["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 \u003ccode\u003eDiskMoveRequest\u003c/code\u003e is 3.6.0, with several earlier versions available, spanning from 1.0.0 to 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class implements multiple 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\u003e\u003ccode\u003eDiskMoveRequest\u003c/code\u003e includes properties like \u003ccode\u003eDestinationZone\u003c/code\u003e and \u003ccode\u003eTargetDisk\u003c/code\u003e, both represented as strings, allowing for setting and retrieving the URLs of the target disk and the destination zone, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHasDestinationZone\u003c/code\u003e and \u003ccode\u003eHasTargetDisk\u003c/code\u003e properties are boolean values used to determine if the \u003ccode\u003edestination_zone\u003c/code\u003e or \u003ccode\u003etarget_disk\u003c/code\u003e fields are set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class can be instantiated through two constructors, one default and another to copy values from an existing \u003ccode\u003eDiskMoveRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]