getNetworkMigrationDefinition
inline suspend fun MgnClient.getNetworkMigrationDefinition(crossinline block: GetNetworkMigrationDefinitionRequest.Builder.() -> Unit): GetNetworkMigrationDefinitionResponse
Retrieves the details of a network migration definition including source and target configurations.
Samples
// Sample GetNetworkMigrationDefinition call
val resp = mgnClient.getNetworkMigrationDefinition {
networkMigrationDefinitionId = "nmd-01234567891234567"
}Content copied to clipboard