github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/networking/v2/extensions/fwaas_v2/routerinsertion/results.go (about) 1 package routerinsertion 2 3 // FirewallGroupExt is an extension to the base Firewall group object 4 type FirewallGroupExt struct { 5 // PortIDs are the ports that the firewall group is attached to. 6 PortIDs []string `json:"ports"` 7 }