Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type NetworkCreateOptsExt struct + PortSecurityEnabled *bool + func (opts NetworkCreateOptsExt) ToNetworkCreateMap() (map[string]any, error) + type NetworkUpdateOptsExt struct + PortSecurityEnabled *bool + func (opts NetworkUpdateOptsExt) ToNetworkUpdateMap() (map[string]any, error) + type PortCreateOptsExt struct + PortSecurityEnabled *bool + func (opts PortCreateOptsExt) ToPortCreateMap() (map[string]any, error) + type PortSecurityExt struct + PortSecurityEnabled bool + type PortUpdateOptsExt struct + PortSecurityEnabled *bool + func (opts PortUpdateOptsExt) ToPortUpdateMap() (map[string]any, error)