requestedFeatures

@JvmName(name = "oqmglwkcomuwlfkh")
suspend fun requestedFeatures(value: Output<List<InterconnectRequestedFeaturesItem>>)
@JvmName(name = "smhkbdsbbwnncqpq")
suspend fun requestedFeatures(value: List<InterconnectRequestedFeaturesItem>?)

Parameters

value

Optional. List of features requested for this interconnect, which can take one of the following values: - MACSEC If specified then the interconnect will be created on MACsec capable hardware ports. If not specified, the default value is false, which will allocate non-MACsec capable ports first if available. This parameter can only be provided during interconnect INSERT and cannot be changed using interconnect PATCH. Please review Interconnect Pricing for implications on enabling this flag.


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


@JvmName(name = "ijneacsjytwvnfkr")
suspend fun requestedFeatures(values: List<Output<InterconnectRequestedFeaturesItem>>)
@JvmName(name = "wnnwwfekvmeuxwup")
suspend fun requestedFeatures(vararg values: InterconnectRequestedFeaturesItem)

Parameters

values

Optional. List of features requested for this interconnect, which can take one of the following values: - MACSEC If specified then the interconnect will be created on MACsec capable hardware ports. If not specified, the default value is false, which will allocate non-MACsec capable ports first if available. This parameter can only be provided during interconnect INSERT and cannot be changed using interconnect PATCH. Please review Interconnect Pricing for implications on enabling this flag.