Versions in this module Expand all Collapse all v0 v0.7.1 Dec 27, 2019 Changes in this version + type CreateExtraDHCPOpt struct + IPVersion gophercloud.IPVersion + OptName string + OptValue string + type CreateOptsExt struct + ExtraDHCPOpts []CreateExtraDHCPOpt + func (opts CreateOptsExt) ToPortCreateMap() (map[string]interface{}, error) + type ExtraDHCPOpt struct + IPVersion int + OptName string + OptValue string + type ExtraDHCPOptsExt struct + ExtraDHCPOpts []ExtraDHCPOpt + type UpdateExtraDHCPOpt struct + IPVersion gophercloud.IPVersion + OptName string + OptValue *string + type UpdateOptsExt struct + ExtraDHCPOpts []UpdateExtraDHCPOpt + func (opts UpdateOptsExt) ToPortUpdateMap() (map[string]interface{}, error)