Migration Center v1 API - Class ComputeStorageDescriptor (1.4.0)

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.

Compute Engine storage option descriptor.

Inheritance

object > ComputeStorageDescriptor

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ComputeStorageDescriptor()

public ComputeStorageDescriptor()

ComputeStorageDescriptor(ComputeStorageDescriptor)

public ComputeStorageDescriptor(ComputeStorageDescriptor other)
Parameter
Name Description
other ComputeStorageDescriptor

Properties

SizeGb

public int SizeGb { get; set; }

Disk size in GiB.

Property Value
Type Description
int

Type

public PersistentDiskType Type { get; set; }

Disk type backing the storage.

Property Value
Type Description
PersistentDiskType