| network | body | object | A networkobject. | 
| admin_state_up | body | boolean | The administrative state of the network, which is
up ( true) or down (false). | 
| availability_zone_hints | body | array | The availability zone candidate for the network. | 
| availability_zones | body | array | The availability zone for the network. | 
| created_at | body | string | Time at which the resource has been created (in UTC ISO8601 format). | 
| dns_domain | body | string | A valid DNS domain. | 
| id | body | string | The ID of the network. | 
| ipv4_address_scope | body | string | The ID of the IPv4 address scope that the network is associated with. | 
| ipv6_address_scope | body | string | The ID of the IPv6 address scope that the network is associated with. | 
| l2_adjacency | body | boolean | Indicates whether L2 connectivity is available throughout
the network. | 
| mtu | body | integer | The maximum transmission unit (MTU) value to
address fragmentation. Minimum value is 68 for IPv4, and 1280 for
IPv6. | 
| name | body | string | Human-readable name of the network. | 
| port_security_enabled | body | boolean | The port security status of the network. Valid values are
enabled ( true) and disabled (false).
This value is used as the default value ofport_security_enabledfield of a newly created port. | 
| project_id | body | string | The ID of the project. | 
| provider:network_type | body | string | The type of physical network that this network is mapped to.
For example, flat,vlan,vxlan, orgre.
Valid values depend on a networking back-end. | 
| provider:physical_network | body | string | The physical network where this network/segment is implemented. | 
| provider:segmentation_id | body | integer | The ID of the isolated segment on the physical network.
The network_typeattribute defines the segmentation model.
For example, if thenetwork_typevalue is vlan, this ID is a vlan
identifier. If thenetwork_typevalue is gre, this ID is a gre key. | 
| qos_policy_id | body | string | The ID of the QoS policy associated with the network. | 
| revision_number | body | integer | The revision number of the resource. | 
| router:external | body | boolean | Indicates whether the network has an external routing facility that’s not
managed by the networking service. If the network is updated from external
to internal the unused floating IPs of this network are automatically
deleted when extension floatingip-autodelete-internalis present. | 
| segments | body | array | A list of provider segmentobjects. | 
| shared | body | boolean | Indicates whether this network is shared across all tenants. By default,
only administrative users can change this value. | 
| status | body | string | The network status. Values are ACTIVE,DOWN,BUILDorERROR. | 
| subnets | body | array | The associated subnets. | 
| tenant_id | body | string | The ID of the project. | 
| updated_at | body | string | Time at which the resource has been updated (in UTC ISO8601 format). | 
| vlan_transparent | body | boolean | Indicates the VLAN transparency mode of the network, which is
VLAN transparent ( true) or not VLAN transparent (false). | 
| description | body | string | A human-readable description for the resource. | 
| is_default | body | boolean | The network is default pool or not. | 
| tags | body | array | The list of tags on the resource. |