public enum ImportJobFormat
Reference documentation and code samples for the Migration Center v1 API enum ImportJobFormat.
Specifies the data formats supported by Migration Center.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Fields |
|
---|---|
Name | Description |
ExportedAwsCsv |
CSV format exported from AWS using the [AWS collection script][https://github.com/GoogleCloudPlatform/aws-to-stratozone-export]. |
ExportedAzureCsv |
CSV format exported from Azure using the [Azure collection script][https://github.com/GoogleCloudPlatform/azure-to-stratozone-export]. |
RvtoolsCsv |
RVTools format (CSV). |
RvtoolsXlsx |
RVTools format (XLSX). |
StratozoneCsv |
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]. |
Unspecified |
Default value. |