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