multipleInstanceDeployments
abstract fun multipleInstanceDeployments(action: Action<RuntimeDeploymentContainer.MultipleInstance>)
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())
}
}
Content copied to clipboard
This creates the "GlobalRuntime" with the default configuration.