[[["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-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eDiskEntry\u003c/code\u003e class within the Google Cloud Migration Center v1 API, with the latest version being 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskEntry\u003c/code\u003e class represents a single disk entry and is used for managing disk-related information in the Migration Center.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiskEntry\u003c/code\u003e includes properties such as \u003ccode\u003eCapacityBytes\u003c/code\u003e, \u003ccode\u003eDiskLabel\u003c/code\u003e, \u003ccode\u003eFreeBytes\u003c/code\u003e, \u003ccode\u003eHwAddress\u003c/code\u003e, and \u003ccode\u003eInterfaceType\u003c/code\u003e, allowing you to access details about disk capacity, labels, free space, hardware addresses, and interface types.\u003c/p\u003e\n"],["\u003cp\u003eIt also offers properties like \u003ccode\u003ePartitions\u003c/code\u003e to manage partition layout and \u003ccode\u003eVmware\u003c/code\u003e to manage VMware disk details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskEntry\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several 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"]]],[],null,["# Migration Center v1 API - Class DiskEntry (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskEntry)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.DiskEntry)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.DiskEntry)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.DiskEntry)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.DiskEntry) \n\n public sealed class DiskEntry : IMessage\u003cDiskEntry\u003e, IEquatable\u003cDiskEntry\u003e, IDeepCloneable\u003cDiskEntry\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class DiskEntry.\n\nSingle disk entry. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DiskEntry \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DiskEntry](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskEntry), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DiskEntry](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskEntry), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DiskEntry](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskEntry), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### DiskEntry()\n\n public DiskEntry()\n\n### DiskEntry(DiskEntry)\n\n public DiskEntry(DiskEntry other)\n\nProperties\n----------\n\n### CapacityBytes\n\n public long CapacityBytes { get; set; }\n\nDisk capacity.\n\n### DiskLabel\n\n public string DiskLabel { get; set; }\n\nDisk label.\n\n### DiskLabelType\n\n public string DiskLabelType { get; set; }\n\nDisk label type (e.g. BIOS/GPT)\n\n### FreeBytes\n\n public long FreeBytes { get; set; }\n\nDisk free space.\n\n### HwAddress\n\n public string HwAddress { get; set; }\n\nDisk hardware address (e.g. 0:1 for SCSI).\n\n### InterfaceType\n\n public DiskEntry.Types.InterfaceType InterfaceType { get; set; }\n\nDisks interface type.\n\n### Partitions\n\n public DiskPartitionList Partitions { get; set; }\n\nPartition layout.\n\n### PlatformSpecificCase\n\n public DiskEntry.PlatformSpecificOneofCase PlatformSpecificCase { get; }\n\n### Vmware\n\n public VmwareDiskConfig Vmware { get; set; }\n\nVMware disk details."]]