Uses of Class
com.xensource.xenapi.Types.ClusteringEnabled
-
Uses of Types.ClusteringEnabled in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.ClusteringEnabledModifier and TypeMethodDescriptionvoid
PIF.forget
(Connection c) Destroy the PIF object matching a particular network interface First published in XenServer 4.1.PIF.forgetAsync
(Connection c) Destroy the PIF object matching a particular network interface First published in XenServer 4.1.void
PIF.reconfigureIp
(Connection c, Types.IpConfigurationMode mode, String IP, String netmask, String gateway, String DNS) Reconfigure the IP address settings for this interface First published in XenServer 4.1.PIF.reconfigureIpAsync
(Connection c, Types.IpConfigurationMode mode, String IP, String netmask, String gateway, String DNS) Reconfigure the IP address settings for this interface First published in XenServer 4.1.void
PIF.reconfigureIpv6
(Connection c, Types.Ipv6ConfigurationMode mode, String IPv6, String gateway, String DNS) Reconfigure the IPv6 address settings for this interface First published in XenServer 6.1.PIF.reconfigureIpv6Async
(Connection c, Types.Ipv6ConfigurationMode mode, String IPv6, String gateway, String DNS) Reconfigure the IPv6 address settings for this interface First published in XenServer 6.1.void
PIF.setDisallowUnplug
(Connection c, Boolean value) Set whether unplugging the PIF is allowed First published in XenServer 5.0.PIF.setDisallowUnplugAsync
(Connection c, Boolean value) Set whether unplugging the PIF is allowed First published in XenServer 5.0.