Uses of Enum Class
com.xensource.xenapi.Types.TunnelProtocol
-
Uses of Types.TunnelProtocol in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.TunnelProtocolModifier and TypeFieldDescriptionTunnel.Record.protocol
The protocol used for tunneling (either GRE or VxLAN) First published in 1.250.0.Methods in com.xensource.xenapi that return Types.TunnelProtocolModifier and TypeMethodDescriptionTunnel.getProtocol
(Connection c) Get the protocol field of the given tunnel.static Types.TunnelProtocol
Types.toTunnelProtocol
(Object object) static Types.TunnelProtocol
Returns the enum constant of this class with the specified name.static Types.TunnelProtocol[]
Types.TunnelProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.TunnelProtocolModifier and TypeMethodDescriptionstatic 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 Task
Tunnel.createAsync
(Connection c, PIF transportPIF, Network network, Types.TunnelProtocol protocol) Create a tunnel Minimum allowed role: pool-operator First published in XenServer 5.6 FP1.void
Tunnel.setProtocol
(Connection c, Types.TunnelProtocol protocol) Set the protocol field of the given tunnel.