public enum ImportJobFormat extends Enum<ImportJobFormat> implements ProtocolMessageEnum
Specifies the data formats supported by Migration Center.
Protobuf enum google.cloud.migrationcenter.v1.ImportJobFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV |
CSV format exported from AWS using the AWS collection script. |
IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV_VALUE |
CSV format exported from AWS using the AWS collection script. |
IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV |
CSV format exported from Azure using the Azure collection script. |
IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV_VALUE |
CSV format exported from Azure using the Azure collection script. |
IMPORT_JOB_FORMAT_RVTOOLS_CSV |
RVTools format (CSV). |
IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE |
RVTools format (CSV). |
IMPORT_JOB_FORMAT_RVTOOLS_XLSX |
RVTools format (XLSX). |
IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE |
RVTools format (XLSX). |
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_VALUE |
CSV format created manually and following the StratoZone format. For more information, see Manually create and upload data tables. |
IMPORT_JOB_FORMAT_UNSPECIFIED |
Default value. |
IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE |
Default value. |
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() |