github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/networking/v2/extensions/external/results.go (about) 1 package external 2 3 // NetworkExternalExt represents a decorated form of a Network with based on the 4 // "external-net" extension. 5 type NetworkExternalExt struct { 6 // Specifies whether the network is an external network or not. 7 External bool `json:"router:external"` 8 }