github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/networking/v2/extensions/portsecurity/results.go (about) 1 package portsecurity 2 3 type PortSecurityExt struct { 4 // PortSecurityEnabled specifies whether port security is enabled or 5 // disabled. 6 PortSecurityEnabled bool `json:"port_security_enabled"` 7 }