Uses of Class
com.xensource.xenapi.Tunnel
-
Uses of Tunnel in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type TunnelModifier and TypeFieldDescriptionPIF.Record.tunnelAccessPIFOf
Indicates to which tunnel this PIF gives access First published in XenServer 5.6 FP1.PIF.Record.tunnelTransportPIFOf
Indicates to which tunnel this PIF provides transport First published in XenServer 5.6 FP1.Methods in com.xensource.xenapi that return TunnelModifier and TypeMethodDescriptionstatic Tunnel
Tunnel.create
(Connection c, PIF transportPIF, Network network) Create a tunnel Minimum allowed role: pool-operator First published in XenServer 5.6 FP1.static Tunnel
Tunnel.create
(Connection c, PIF transportPIF, Network network, Types.TunnelProtocol protocol) Create a tunnel Minimum allowed role: pool-operator First published in XenServer 5.6 FP1.static Tunnel
Tunnel.getByUuid
(Connection c, String uuid) Get a reference to the tunnel instance with the specified UUID.static Tunnel
Types.toTunnel
(Task task, Connection connection) static Tunnel
Methods in com.xensource.xenapi that return types with arguments of type TunnelModifier and TypeMethodDescriptionTunnel.getAll
(Connection c) Return a list of all the tunnels known to the system.static Map<Tunnel,
Tunnel.Record> Tunnel.getAllRecords
(Connection c) Return a map of tunnel references to tunnel records for all tunnels known to the system.PIF.getTunnelAccessPIFOf
(Connection c) Get the tunnel_access_PIF_of field of the given PIF.Get the tunnel_transport_PIF_of field of the given PIF.static Map<Tunnel,
Tunnel.Record> Types.toMapOfTunnelTunnelRecord
(Object object) Types.toSetOfTunnel
(Object object)