Port Object
Location in GUI: Objects » Object Management » Port
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ports | List | [ports] | No |
ports (fmc.domains.objects)
Section titled “ports (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| port | Any | Integer or String | No | |
| protocol | Choice | TCP, UDP, ESP | Yes | |
| description | String | max: 255 | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: ports: - name: MyPortName1 port: 8080 protocol: TCP - name: MyPortRangeName1 port: "8000-8010" protocol: TCP