StatementActionPropertiesArgs

data class StatementActionPropertiesArgs(val actionType: Output<Either<String, CommunityActionTypes>>, val ipCommunityProperties: Output<ActionIpCommunityPropertiesArgs>? = null, val ipExtendedCommunityProperties: Output<ActionIpExtendedCommunityPropertiesArgs>? = null, val localPreference: Output<Double>? = null) : ConvertibleToJava<StatementActionPropertiesArgs>

Route policy action properties.

Constructors

Link copied to clipboard
constructor(actionType: Output<Either<String, CommunityActionTypes>>, ipCommunityProperties: Output<ActionIpCommunityPropertiesArgs>? = null, ipExtendedCommunityProperties: Output<ActionIpExtendedCommunityPropertiesArgs>? = null, localPreference: Output<Double>? = null)

Properties

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

action. Example: Permit | Deny.

Link copied to clipboard

IP Community Properties.

Link copied to clipboard

IP Extended Community Properties.

Link copied to clipboard
val localPreference: Output<Double>? = null

localPreference of the route policy.

Functions

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