Google Cloud Migration Center V1 Client - Class SourceType (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class SourceType.

Protobuf type google.cloud.migrationcenter.v1.Source.SourceType

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ Source

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_TYPE_UNKNOWN

Value: 0

Unspecified

Generated from protobuf enum SOURCE_TYPE_UNKNOWN = 0;

SOURCE_TYPE_UPLOAD

Value: 1

Manually uploaded file (e.g. CSV)

Generated from protobuf enum SOURCE_TYPE_UPLOAD = 1;

SOURCE_TYPE_GUEST_OS_SCAN

Value: 2

Guest-level info

Generated from protobuf enum SOURCE_TYPE_GUEST_OS_SCAN = 2;

SOURCE_TYPE_INVENTORY_SCAN

Value: 3

Inventory-level scan

Generated from protobuf enum SOURCE_TYPE_INVENTORY_SCAN = 3;

SOURCE_TYPE_CUSTOM

Value: 4

Third-party owned sources.

Generated from protobuf enum SOURCE_TYPE_CUSTOM = 4;