ICMP v4 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 |
|---|---|---|---|---|
| icmpv4s | List | [icmpv4s] | No |
icmpv4s (fmc.domains.objects)
Section titled “icmpv4s (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
| icmp_type | Any | Choice[any, ANY, Any] or Integer[min: 0, max: 41] | No | |
| code | Integer | min: 0, max: 16 | No | |
| description | String | max: 255 | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: icmpv4s: - name: MyICMPv4Name1 icmp_type: 3 code: 2