Statement Action Properties Args
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)