multipleInstanceDeployments

Allows the configuration of multiple instance runtime deployments through the given action as a lambda. Only multiple instance IVI service hosts are deployed in multiple instance runtime deployments.

Example

multipleInstanceDeployments {
    create(RuntimeDeploymentIdentifier.default) {
         iviInstanceIds = listOf(...)
         applyDefaultDeployments(all())
    }
}

This creates the "GlobalRuntime" with the default configuration.