Service Spec

ModelsStructures

Service Spec
#

This model accepts additional fields of type Object.

NameDescription
port_range
String

port number, port range, or variable

protocol
String

https/ tcp / udp / icmp / gre / any / :protocol_number. protocol_number is between 1-254
Default: any

{
  "port_range": "8080,8443",
  "protocol": "tcp",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}