3.11. Searching for Networks
The following table describes all search options for networks.
Property (of resource or resource-type) | Type | Description (Reference) |
---|---|---|
| Depends on property type | The property of the cluster associated with the network. |
| Depends on property type | The property of the host associated with the network. |
| String | The human readable name that identifies the network. |
| String | Keywords or text describing the network, optionally used when creating the network. |
| Integer | The VLAN ID of the network. |
| String | Whether Spanning Tree Protocol (STP) is enabled or disabled for the network. |
| Integer | The maximum transmission unit for the logical network. |
| String | Whether the network is only used for virtual machine traffic. |
| String | The data center to which the network is attached. |
| List | Sorts the returned results by one of the resource properties. |
| Integer | The page number of results to display. |
Example
Network: mtu > 1500 and vmnetwork = true
This example returns a list of networks with a maximum transmission unit greater than 1500 bytes, and which are set up for use by only virtual machines.