IpExtendedCommunityRuleArgs

data class IpExtendedCommunityRuleArgs(val action: Output<Either<String, CommunityActionTypes>>, val routeTargets: Output<List<String>>, val sequenceNumber: Output<Double>) : ConvertibleToJava<IpExtendedCommunityRuleArgs>

List of IP Extended Community Rules.

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, CommunityActionTypes>>, routeTargets: Output<List<String>>, sequenceNumber: Output<Double>)

Properties

Link copied to clipboard
val action: Output<Either<String, CommunityActionTypes>>

Action to be taken on the configuration. Example: Permit | Deny.

Link copied to clipboard
val routeTargets: Output<List<String>>

Route Target List.The expected formats are ASN(plain):NN example 4294967294:50, ASN.ASN:NN example 65533.65333:40, IP-address:NN example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295.

Link copied to clipboard
val sequenceNumber: Output<Double>

Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.

Functions

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