github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/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 }