github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/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  }