Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 718 Bytes

File metadata and controls

17 lines (15 loc) · 718 Bytes

AdvertiseRule

Properties

Name Type Description Notes
action ActionEnum ALLOW action enables the advertisment and DENY action disables the advertisement of a filtered routes to the connected TIER0 router. [optional]
ruleFilter AdvertisementRuleFilter [optional]
displayName String Display name [optional]
networks List<String> network(CIDR) to be routed
description String Description [optional]

Enum: ActionEnum

Name Value
DENY "DENY"
ALLOW "ALLOW"