Enum FetchStorageInventoryRequest.StorageType (1.85.0)

public enum FetchStorageInventoryRequest.StorageType extends Enum<FetchStorageInventoryRequest.StorageType> implements ProtocolMessageEnum

The type of the storage inventory to fetch.

Protobuf enum google.cloud.vmmigration.v1.FetchStorageInventoryRequest.StorageType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISKS

The type is disks.

DISKS = 1;

DISKS_VALUE

The type is disks.

DISKS = 1;

SNAPSHOTS

The type is snapshots.

SNAPSHOTS = 2;

SNAPSHOTS_VALUE

The type is snapshots.

SNAPSHOTS = 2;

STORAGE_TYPE_UNSPECIFIED

The type is unspecified.

STORAGE_TYPE_UNSPECIFIED = 0;

STORAGE_TYPE_UNSPECIFIED_VALUE

The type is unspecified.

STORAGE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()