Package | Description |
---|---|
com.oracle.bmc.applicationmigration.model |
Modifier and Type | Method and Description |
---|---|
static ImportManifest.Builder |
ImportManifest.builder()
Create a new builder.
|
ImportManifest.Builder |
ImportManifest.Builder.copy(ImportManifest model) |
ImportManifest.Builder |
ImportManifest.Builder.exportDetails(Object exportDetails)
application specific details as parsed from various sources of the application that was
exported
|
ImportManifest.Builder |
ImportManifest.Builder.exportType(String exportType)
the type of application that the export tool was executed against to generate this
manifest
|
ImportManifest.Builder |
ImportManifest.Builder.md5(String md5)
the MD5 hash of the export artifact archive that was produced by the export tool and
should be used with this manifest
|
ImportManifest.Builder |
ImportManifest.Builder.signature(String signature)
a sha1 hash of all the fields of this manifest (excluding the signature)
|
ImportManifest.Builder |
ImportManifest.Builder.timestamp(Date timestamp)
when this manifest was generated
|
ImportManifest.Builder |
ImportManifest.toBuilder() |
ImportManifest.Builder |
ImportManifest.Builder.version(String version)
the version of the export tool that was used to generate the manifest
|
Copyright © 2016–2023. All rights reserved.