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 provides documentation for the \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, as found in the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly, detailing various versions of this class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class is a sealed class that 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, and it is used for moving disks within Google Cloud.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is for \u003ccode\u003e3.6.0\u003c/code\u003e, and the page lists versions back to \u003ccode\u003e1.0.0\u003c/code\u003e, allowing users to navigate to the documentation of each specific version of the \u003ccode\u003eDiskMoveRequest\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eDestinationZone\u003c/code\u003e and \u003ccode\u003eTargetDisk\u003c/code\u003e, both being strings, allowing the specification of the destination zone and target disk URLs respectively, and it also includes boolean properties \u003ccode\u003eHasDestinationZone\u003c/code\u003e and \u003ccode\u003eHasTargetDisk\u003c/code\u003e to check if these parameters are set.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a parameterless \u003ccode\u003eDiskMoveRequest()\u003c/code\u003e and \u003ccode\u003eDiskMoveRequest(DiskMoveRequest other)\u003c/code\u003e that accepts a copy of a \u003ccode\u003eDiskMoveRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]