subnets

@JvmName(name = "enygsmhfdgsvtxfj")
suspend fun subnets(value: Output<List<SubnetArgs>>)
@JvmName(name = "ofduxbnfxikfbojk")
suspend fun subnets(value: List<SubnetArgs>?)

Parameters

value

A list of subnets in a Virtual Network. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "qhajiewaeofxghvm")
suspend fun subnets(vararg values: Output<SubnetArgs>)


@JvmName(name = "pksjyxplnfhvljhp")
suspend fun subnets(values: List<Output<SubnetArgs>>)
@JvmName(name = "ibbxdgauqytvqgps")
suspend fun subnets(vararg values: SubnetArgs)

Parameters

values

A list of subnets in a Virtual Network. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "jkgcybiwswrqbiah")
suspend fun subnets(argument: List<suspend SubnetArgsBuilder.() -> Unit>)
@JvmName(name = "iyhrphtdakaembed")
suspend fun subnets(vararg argument: suspend SubnetArgsBuilder.() -> Unit)
@JvmName(name = "inpdwvlhjimldeml")
suspend fun subnets(argument: suspend SubnetArgsBuilder.() -> Unit)

Parameters

argument

A list of subnets in a Virtual Network. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.