requestedFeatures

@JvmName(name = "ppfoighwprnriipy")
suspend fun requestedFeatures(value: Output<List<String>>)
@JvmName(name = "lfswxbkixgqbtdvi")
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 = "tvrogjievphqnupm")
suspend fun requestedFeatures(vararg values: Output<String>)


@JvmName(name = "kmgaurgeiupdedec")
suspend fun requestedFeatures(values: List<Output<String>>)
@JvmName(name = "ccnqpktjhtcglssa")
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.