blob: 7cbbffdcf8a07c817d9dc6d0eee657ee96b1cf23 [file] [log] [blame]
package external
// NetworkExternalExt represents a decorated form of a Network with based on the
// "external-net" extension.
type NetworkExternalExt struct {
// Specifies whether the network is an external network or not.
External bool `json:"router:external"`
}