Google Cloud Vm Migration V1 Client - Class StorageType (1.1.0)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class StorageType.

The type of the storage inventory to fetch.

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

Namespace

Google \ Cloud \ VMMigration \ V1 \ FetchStorageInventoryRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_TYPE_UNSPECIFIED

Value: 0

The type is unspecified.

Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;

DISKS

Value: 1

The type is disks.

Generated from protobuf enum DISKS = 1;

SNAPSHOTS

Value: 2

The type is snapshots.

Generated from protobuf enum SNAPSHOTS = 2;