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 represents a descriptor for Compute Engine storage options within the Migration Center v1 API."],["This class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is implemented in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["`ComputeStorageDescriptor` provides properties to define storage specifications, including `SizeGb` as an integer representing disk size, and `Type` as `PersistentDiskType` to determine the disk type."],["The class supports a public parameterless constructor and one that takes another `ComputeStorageDescriptor` as an argument, allowing for creating new instances and cloning existing ones."],["The class inherits and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members like `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."]]],[]]