startNetworkMigrationDeployment
abstract suspend fun startNetworkMigrationDeployment(input: StartNetworkMigrationDeploymentRequest): StartNetworkMigrationDeploymentResponse
Starts a deployment job to create the target network infrastructure based on the generated code templates.
Samples
fun main() {
//sampleStart
// Sample StartNetworkMigrationDeployment call
val resp = mgnClient.startNetworkMigrationDeployment {
networkMigrationExecutionId = "01234567-abcd-abcd-abcd-0123456789ab"
networkMigrationDefinitionId = "nmd-01234567891234567"
}
//sampleEnd
}