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.protocolThe 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.TunnelProtocolTypes.toTunnelProtocol(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.TunnelProtocolReturns 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 TunnelTunnel.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 TaskTunnel.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.voidTunnel.setProtocol(Connection c, Types.TunnelProtocol protocol) Set the protocol field of the given tunnel.