service Network
suspend fun serviceNetwork(name: String, block: suspend ServiceNetworkResourceBuilder.() -> Unit): ServiceNetwork
Parameters
name
The unique name of the resulting resource.
block
Builder for ServiceNetwork.
See also
Parameters
name
The unique name of the resulting resource.