github.com/gophercloud/gophercloud@v1.11.0/openstack/networking/v2/extensions/vlantransparent/results.go (about)

     1  package vlantransparent
     2  
     3  // TransparentExt represents a decorated form of a network with
     4  // "vlan-transparent" extension attributes.
     5  type TransparentExt struct {
     6  	// VLANTransparent whether the network is a VLAN transparent network or not.
     7  	VLANTransparent bool `json:"vlan_transparent"`
     8  }