Region List
A Region list contains region-ids and/or ranges of region-ids.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
region_lists | List | [region_lists] | No |
region_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
region_ids | List | Integer[min: 0 , max: 63 ] | No | |
region_id_ranges | List | [region_id_ranges] | No |
region_id_ranges (sdwan.policy_objects.region_lists)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
from | Integer | min: 0 , max: 63 | Yes | |
to | Integer | min: 0 , max: 63 | Yes |
Examples
sdwan:
policy_objects:
region_lists:
- name: RL-GLOBAL
region_ids:
- 1
- 2
region_id_ranges:
- from: 10
to: 20
- from: 30
to: 40
- name: RL-CORE
region_ids:
- 0