StatementConditionPropertiesArgs

data class StatementConditionPropertiesArgs(val ipCommunityIds: Output<List<String>>? = null, val ipExtendedCommunityIds: Output<List<String>>? = null, val ipPrefixId: Output<String>? = null, val type: Output<Either<String, RoutePolicyConditionType>>? = null) : ConvertibleToJava<StatementConditionPropertiesArgs>

Route policy statement condition properties.

Constructors

Link copied to clipboard
constructor(ipCommunityIds: Output<List<String>>? = null, ipExtendedCommunityIds: Output<List<String>>? = null, ipPrefixId: Output<String>? = null, type: Output<Either<String, RoutePolicyConditionType>>? = null)

Properties

Link copied to clipboard
val ipCommunityIds: Output<List<String>>? = null

List of IP Community resource IDs.

Link copied to clipboard
val ipExtendedCommunityIds: Output<List<String>>? = null

List of IP Extended Community resource IDs.

Link copied to clipboard
val ipPrefixId: Output<String>? = null

Arm Resource Id of IpPrefix.

Link copied to clipboard
val type: Output<Either<String, RoutePolicyConditionType>>? = null

Type of the condition used.

Functions

Link copied to clipboard
open override fun toJava(): StatementConditionPropertiesArgs