Firewall Model
- Name
- uuid
- Type
- string
- Description
- A unique identifier for the firewall. 
 
- Name
- name
- Type
- string
- Description
- Firewall name given by the user. 
 
- Name
- resources
- Type
- array
- Description
- An array of the Stacklets IDs attached to the firewall. 
 
- Name
- inbound_rules
- Type
- array
- Description
- An array of inbound_rules access for the firewall. See rule model. 
 
- Name
- outbound_rules
- Type
- array
- Description
- An array of inbound_rules access for the firewall. See rule model. 
 
- Name
- created_at
- Type
- string
- Description
- The date and time in ISO 8601 formats of when the firewall was created. 
 
Rule Model
- Name
- port
- Type
- integer
- Description
- Protocol port in which the traffic will be allowed, use the values: from 0 - 65535. 
 
- Name
- address
- Type
- string
- Description
- Addresses of IPv4 and/or IPv4 CIDRs for which are allowed traffic to/from the firewalls. 
 
- Name
- protocol
- Type
- string
- Description
- Protocol type: TCP, UDP or ICMP.