network¶
Summary¶
- This data type are included API response as below.
- show network 
 
DATE TYPE¶
| Parameter | Description | DATATYPE | 
|---|---|---|
| network | Object | |
| admin_state_up | The administrative state of the network | Boolean | 
| description | Network description. | String() | 
| id | Network unique ID. | String(UUID) | 
| name | Network name. | String() | 
| plane | Type of the traffic for which network will be used. | String(data, storage) | 
| shared | Indicates whether this network is shared across all tenants (not supported) | Boolean | 
| status | The network status. | String() | 
| subnets | The associated subnets. | Array(UUID) | 
| tags | Network tags | Object | 
| tenant_id | The name of the network owner. | String(UUID) |