VLAN Tag Group
Location in GUI: Objects » Object Management » VLAN Tag
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vlan_tag_groups | List | [vlan_tag_groups] | No |
vlan_tag_groups (fmc.domains.objects)
Section titled “vlan_tag_groups (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| description | String | max: 255 | No | |
| vlan_tags | List | String | No | |
| literals | List | [literals] | No | |
| overridable | Boolean | true, false | No | false |
literals (fmc.domains.objects.vlan_tag_groups)
Section titled “literals (fmc.domains.objects.vlan_tag_groups)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| start_tag | Integer | min: 0, max: 65534 | Yes | |
| end_tag | Integer | min: 0, max: 65534 | No |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global objects: vlan_tags: - name: MyVLANTagName1 start_tag: 22 - name: MyVLANTagName2 start_tag: 33 end_tag: 44VLAN Tag Group:
fmc: domains: - name: Global objects: vlan_tag_groups: - name: MyVLANGroupTagName1 vlan_tags: - MyVLANTagName1 - MyVLANTagName2 literals: - start_tag: 33 end_tag: 77 - start_tag: 36 end_tag: 40