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

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

Specifies the data formats supported by Migration Center.

Protobuf type google.cloud.migrationcenter.v1.ImportJobFormat

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

IMPORT_JOB_FORMAT_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum IMPORT_JOB_FORMAT_UNSPECIFIED = 0;

IMPORT_JOB_FORMAT_RVTOOLS_XLSX

Value: 1

RVTools format (XLSX).

Generated from protobuf enum IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;

IMPORT_JOB_FORMAT_RVTOOLS_CSV

Value: 2

RVTools format (CSV).

Generated from protobuf enum IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;

IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV

Value: 4

CSV format exported from AWS using the [AWS collection script][https://github.com/GoogleCloudPlatform/aws-to-stratozone-export].

Generated from protobuf enum IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV = 4;

IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV

Value: 5

CSV format exported from Azure using the [Azure collection script][https://github.com/GoogleCloudPlatform/azure-to-stratozone-export].

Generated from protobuf enum IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV = 5;

IMPORT_JOB_FORMAT_STRATOZONE_CSV

Value: 6

CSV format created manually and following the StratoZone format. For more information, see [Manually create and upload data tables][https://cloud.google.com/migrate/stratozone/docs/import-data-portal].

Generated from protobuf enum IMPORT_JOB_FORMAT_STRATOZONE_CSV = 6;