Interface ComputeStorageDescriptorOrBuilder (0.19.0)

public interface ComputeStorageDescriptorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSizeGb()

public abstract int getSizeGb()

Disk size in GiB.

int32 size_gb = 2;

Returns
TypeDescription
int

The sizeGb.

getType()

public abstract PersistentDiskType getType()

Disk type backing the storage.

.google.cloud.migrationcenter.v1.PersistentDiskType type = 1;

Returns
TypeDescription
PersistentDiskType

The type.

getTypeValue()

public abstract int getTypeValue()

Disk type backing the storage.

.google.cloud.migrationcenter.v1.PersistentDiskType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.