StatementActionPropertiesArgs

data class StatementActionPropertiesArgs(val actionType: Output<Either<String, RoutePolicyActionType>>, 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, RoutePolicyActionType>>, ipCommunityProperties: Output<ActionIpCommunityPropertiesArgs>? = null, ipExtendedCommunityProperties: Output<ActionIpExtendedCommunityPropertiesArgs>? = null, localPreference: Output<Double>? = null)

Properties

Link copied to clipboard

Action type. Example: Permit | Deny | Continue.

Link copied to clipboard

IP Community Properties.

Link copied to clipboard

IP Extended Community Properties.

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

Local Preference of the route policy.

Functions

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