StatementActionPropertiesResponse

data class StatementActionPropertiesResponse(val actionType: String, val ipCommunityProperties: ActionIpCommunityPropertiesResponse? = null, val ipExtendedCommunityProperties: ActionIpExtendedCommunityPropertiesResponse? = null, val localPreference: Double? = null)

Route policy action properties.

Constructors

Link copied to clipboard
constructor(actionType: String, ipCommunityProperties: ActionIpCommunityPropertiesResponse? = null, ipExtendedCommunityProperties: ActionIpExtendedCommunityPropertiesResponse? = null, localPreference: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action type. Example: Permit | Deny | Continue.

Link copied to clipboard

IP Community Properties.

Link copied to clipboard
Link copied to clipboard
val localPreference: Double? = null

Local Preference of the route policy.