IpCommunityRuleArgs

data class IpCommunityRuleArgs(val action: Output<Either<String, CommunityActionTypes>>, val communityMembers: Output<List<String>>, val sequenceNumber: Output<Double>, val wellKnownCommunities: Output<List<Either<String, WellKnownCommunities>>>? = null) : ConvertibleToJava<IpCommunityRuleArgs>

IP Community patchable properties.

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, CommunityActionTypes>>, communityMembers: Output<List<String>>, sequenceNumber: Output<Double>, wellKnownCommunities: Output<List<Either<String, WellKnownCommunities>>>? = null)

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

List the community members of IP Community.

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.

Link copied to clipboard
val wellKnownCommunities: Output<List<Either<String, WellKnownCommunities>>>? = null

Supported well known Community List.

Functions

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