ipGroup

suspend fun ipGroup(name: String, block: suspend IPGroupResourceBuilder.() -> Unit): IPGroup

Parameters

name

The unique name of the resulting resource.

block

Builder for IPGroup.

See also


fun ipGroup(name: String): IPGroup

Parameters

name

The unique name of the resulting resource.

See also