requestedFeatures

@JvmName(name = "creqbflyjnkgvhvq")
suspend fun requestedFeatures(value: Output<List<String>>)
@JvmName(name = "heskeqxmoqlcvnvc")
suspend fun requestedFeatures(value: List<String>?)

Parameters

value

interconnects.list of features requested for this Interconnect connection. Options: MACSEC ( If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available). Each value may be one of: MACSEC.


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


@JvmName(name = "mbbkckibqauffipi")
suspend fun requestedFeatures(values: List<Output<String>>)
@JvmName(name = "ucjrurrkukgfsyrr")
suspend fun requestedFeatures(vararg values: String)

Parameters

values

interconnects.list of features requested for this Interconnect connection. Options: MACSEC ( If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available). Each value may be one of: MACSEC.