host Pool Resource
suspend fun hostPoolResource(name: String, block: suspend HostPoolResourceBuilder.() -> Unit): HostPool
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for HostPool.
The unique name of the resulting resource.
Builder for HostPool.