public sealed class ComputeStorageDescriptor : IMessage<ComputeStorageDescriptor>, IEquatable<ComputeStorageDescriptor>, IDeepCloneable<ComputeStorageDescriptor>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ComputeStorageDescriptor.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ComputeStorageDescriptor` class in the Migration Center v1 API provides a descriptor for Compute Engine storage options."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like message handling, equality checks, deep cloning, and buffered messaging."],["The `ComputeStorageDescriptor` class contains two constructors, one default and one that takes another `ComputeStorageDescriptor` as an argument."],["It includes properties `SizeGb` (disk size in GiB) and `Type` (disk type), detailing the storage characteristics of the described resource."],["The class is located within the `Google.Cloud.MigrationCenter.V1` namespace and is part of the `Google.Cloud.MigrationCenter.V1.dll` assembly."]]],[]]