Uses of Class
com.xensource.xenapi.Types.VlanTagInvalid
-
Uses of Types.VlanTagInvalid in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.VlanTagInvalidModifier and TypeMethodDescriptionstatic PIF
PIF.createVLAN
(Connection c, String device, Network network, Host host, Long VLAN) Deprecated.Pool.createVLAN
(Connection c, String device, Network network, Long VLAN) Create PIFs, mapping a network to the same physical interface/VLAN on each host.static Task
PIF.createVLANAsync
(Connection c, String device, Network network, Host host, Long VLAN) Deprecated.static Task
Pool.createVLANAsync
(Connection c, String device, Network network, Long VLAN) Create PIFs, mapping a network to the same physical interface/VLAN on each host.Pool.createVLANFromPIF
(Connection c, PIF pif, Network network, Long VLAN) Create a pool-wide VLAN by taking the PIF.static Task
Pool.createVLANFromPIFAsync
(Connection c, PIF pif, Network network, Long VLAN) Create a pool-wide VLAN by taking the PIF.