
2.7.
CLASS: POOL
CHAPTER 2.
API REFERENCE
Return Type:
(host ref) Set
list of hosts whose master address were succesfully reset
RPC name: create VLAN
Overview:
Create PIFs, mapping a network to the same physical interface/VLAN on each host.
Signature:
((PIF ref) Set) create_VLAN (session_id s, string device, network ref network, int VLAN)
Arguments:
type
name
description
string
device
physical interface on which to create the
VLAN interface
network ref
network
network to which this interface should be con-
nected
int
VLAN
VLAN tag for the new interface
Return Type:
(PIF ref) Set
The references of the created PIF objects
Possible Error Codes:
VLAN TAG INVALID
RPC name: enable ha
Overview:
Turn on High Availability mode.
Signature:
void enable_ha (session_id s)
Return Type:
void
RPC name: disable ha
Overview:
Turn off High Availability mode.
Signature:
void disable_ha (session_id s)
Return Type:
void
39