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