StatementConditionPropertiesResponse

data class StatementConditionPropertiesResponse(val ipCommunityIds: List<String>? = null, val ipExtendedCommunityIds: List<String>? = null, val ipPrefixId: String? = null, val type: String? = null)

Route policy statement condition properties.

Constructors

Link copied to clipboard
constructor(ipCommunityIds: List<String>? = null, ipExtendedCommunityIds: List<String>? = null, ipPrefixId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipCommunityIds: List<String>? = null

List of IP Community resource IDs.

Link copied to clipboard

List of IP Extended Community resource IDs.

Link copied to clipboard
val ipPrefixId: String? = null

Arm Resource Id of IpPrefix.

Link copied to clipboard
val type: String? = null

Type of the condition used.