message-destroy
message-destroy {uuid=<message_uuid>}
Destroys an existing message. You can build a script to destroy all messages. For example:
# Dismiss all alerts \
IFS=","; for m in $(xe
done
message-list
Lists all messages, or messages that match the specified standard selectable parameters.
Network Commands
Commands for working with networks.
The network objects can be listed with the standard object listing command (xe
Network Parameters
Networks have the following parameters:
Parameter Name | Description | Type |
|
|
|
uuid | The unique identifier/object reference for | read only |
| the network |
|
|
|
|
The name of the network | read write | |
|
|
|
The description text of the network | read write | |
|
|
|
A list of unique identifiers of the VIFs (virtual | read only set parameter | |
| network interfaces) that are attached from |
|
| VMs to this network |
|
|
|
|
A list of unique identifiers of the PIFs | read only set parameter | |
| (physical network interfaces) that are |
|
| attached from XenServer hosts to this |
|
| network |
|
|
|
|
bridge | name of the bridge corresponding to this | read only |
| network on the local XenServer host |
|
|
|
|
read write | ||
routes | <netmask>/<gateway> formatted entries |
|
| specifying the gateway address through |
|
| which to route subnets. For example, setting |
|
|
| |
| 172.16.0.0/15/192.168.0.3,172.18.0.0/16/192.168.0.4 | |
| causes traffic on 172.16.0.0/15 to be |
|
| routed over 192.168.0.3 and traffic |
|
| on 172.18.0.0/16 to be routed over |
|
| 192.168.0.4. |
|
|
|
|
137