isolationDomainIds

@JvmName(name = "uqcuohcmmwfbjsgn")
suspend fun isolationDomainIds(value: Output<List<String>>)
@JvmName(name = "mghepnrxhdscfldf")
suspend fun isolationDomainIds(value: List<String>?)

Parameters

value

The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.


@JvmName(name = "kdotygagevpccvwy")
suspend fun isolationDomainIds(vararg values: Output<String>)


@JvmName(name = "oanmmndgkxylqttm")
suspend fun isolationDomainIds(values: List<Output<String>>)
@JvmName(name = "rwkmknfuwyvcvyuf")
suspend fun isolationDomainIds(vararg values: String)

Parameters

values

The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.