Enum ImportJobFormat (0.19.0)

public enum ImportJobFormat extends Enum<ImportJobFormat> implements ProtocolMessageEnum

Specifies the data formats supported by Migration Center.

Protobuf enum google.cloud.migrationcenter.v1.ImportJobFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV

CSV format exported from AWS using the AWS collection script.

IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV = 4;

IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV_VALUE

CSV format exported from AWS using the AWS collection script.

IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV = 4;

IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV

CSV format exported from Azure using the Azure collection script.

IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV = 5;

IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV_VALUE

CSV format exported from Azure using the Azure collection script.

IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV = 5;

IMPORT_JOB_FORMAT_RVTOOLS_CSV

RVTools format (CSV).

IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;

IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE

RVTools format (CSV).

IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;

IMPORT_JOB_FORMAT_RVTOOLS_XLSX

RVTools format (XLSX).

IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;

IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE

RVTools format (XLSX).

IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;

IMPORT_JOB_FORMAT_STRATOZONE_CSV

CSV format created manually and following the StratoZone format. For more information, see Manually create and upload data tables.

IMPORT_JOB_FORMAT_STRATOZONE_CSV = 6;

IMPORT_JOB_FORMAT_STRATOZONE_CSV_VALUE

CSV format created manually and following the StratoZone format. For more information, see Manually create and upload data tables.

IMPORT_JOB_FORMAT_STRATOZONE_CSV = 6;

IMPORT_JOB_FORMAT_UNSPECIFIED

Default value.

IMPORT_JOB_FORMAT_UNSPECIFIED = 0;

IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE

Default value.

IMPORT_JOB_FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()