applyDefaultDeployments

abstract fun applyDefaultDeployments(hostMatcher: IviServiceHostMatcher)

Deploys the hosts matching the given hostMatcher in this runtime deployment and applies the deployment configuration associated to these hosts.

To deploy the hosts without the associated deployment configurations, use deployServiceHosts instead.


abstract fun applyDefaultDeployments(vararg hosts: IviServiceHostConfig)
abstract fun applyDefaultDeployments(hosts: List<IviServiceHostConfig>)

Deploys the given hosts in this runtime deployment and applies the deployment configuration associated to these hosts.

To deploy the hosts without the associated deployment configurations, use deployServiceHosts instead.