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\u003eThis webpage details the \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, providing documentation for its functionality and usage in .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class is part of the Google Cloud Compute API, used for initiating disk move operations, and it implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for specifying the destination zone (\u003ccode\u003eDestinationZone\u003c/code\u003e) and the target disk (\u003ccode\u003eTargetDisk\u003c/code\u003e) to be moved, represented as strings containing URLs, and corresponding boolean properties checking if they are set (\u003ccode\u003eHasDestinationZone\u003c/code\u003e, \u003ccode\u003eHasTargetDisk\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers multiple versions of \u003ccode\u003eDiskMoveRequest\u003c/code\u003e, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest release, allowing users to access documentation pertaining to each specific release.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available for creating instances of \u003ccode\u003eDiskMoveRequest\u003c/code\u003e: a default constructor (\u003ccode\u003eDiskMoveRequest()\u003c/code\u003e) and another that accepts an existing \u003ccode\u003eDiskMoveRequest\u003c/code\u003e object as a parameter for cloning (\u003ccode\u003eDiskMoveRequest(DiskMoveRequest other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]