github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/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 }