ip Blocks
Parameters
value
Represents the configuration values for static IP allocation to nodes. Structure is documented below.
suspend fun ipBlocks(vararg values: Output<VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockArgs>)
suspend fun ipBlocks(values: List<Output<VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockArgs>>)
Parameters
values
Represents the configuration values for static IP allocation to nodes. Structure is documented below.
suspend fun ipBlocks(argument: List<suspend VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockArgsBuilder.() -> Unit>)
suspend fun ipBlocks(vararg argument: suspend VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockArgsBuilder.() -> Unit)
suspend fun ipBlocks(argument: suspend VmwareAdminClusterNetworkConfigStaticIpConfigIpBlockArgsBuilder.() -> Unit)
Parameters
argument
Represents the configuration values for static IP allocation to nodes. Structure is documented below.