Site List
A Site list contains site-ids and/or ranges of site-ids.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_objects (sdwan)
Section titled “policy_objects (sdwan)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| site_lists | List | [site_lists] | No |
site_lists (sdwan.policy_objects)
Section titled “site_lists (sdwan.policy_objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
| site_ids | List | Integer[min: 1, max: 4294967295] | No | |
| site_id_ranges | List | [site_id_ranges] | No |
site_id_ranges (sdwan.policy_objects.site_lists)
Section titled “site_id_ranges (sdwan.policy_objects.site_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| from | Integer | min: 1, max: 4294967295 | Yes | |
| to | Integer | min: 1, max: 4294967295 | Yes |
Examples
Section titled “Examples”sdwan: policy_objects: site_lists: - name: SL-EMEA site_ids: - 1000 - 2000 site_id_ranges: - from: 10000 to: 19999 - name: DC site_ids: - 100000