Interface Group
Location in GUI: Objects » Object Management » Interface » Interface Group
NOTE: At the moment there is no possibiliy to assign interfaces to Interface Group.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| interface_groups | List | [interface_groups] | No |
interface_groups (fmc.domains.objects)
Section titled “interface_groups (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| interface_type | Choice | PASSIVE, INLINE, SWITCHED, ROUTED, MANAGEMENT, LOOPBACK | No | ROUTED |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: interface_groups: - name: MyInterfaceGroupName1 - name: MyInterfaceGroupName2 interface_type: ROUTED