Uses of Enum Class
com.xensource.xenapi.Types.VifIpv4ConfigurationMode
-
Uses of Types.VifIpv4ConfigurationMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VifIpv4ConfigurationModeModifier and TypeFieldDescriptionVIF.Record.ipv4ConfigurationMode
Determines whether IPv4 addresses are configured on the VIF First published in XenServer 7.0.Methods in com.xensource.xenapi that return Types.VifIpv4ConfigurationModeModifier and TypeMethodDescriptionGet the ipv4_configuration_mode field of the given VIF.Types.toVifIpv4ConfigurationMode
(Object object) Returns the enum constant of this class with the specified name.static Types.VifIpv4ConfigurationMode[]
Types.VifIpv4ConfigurationMode.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.VifIpv4ConfigurationModeModifier and TypeMethodDescriptionvoid
VIF.configureIpv4
(Connection c, Types.VifIpv4ConfigurationMode mode, String address, String gateway) Configure IPv4 settings for this virtual interface Minimum allowed role: vm-operator First published in XenServer 7.0.VIF.configureIpv4Async
(Connection c, Types.VifIpv4ConfigurationMode mode, String address, String gateway) Configure IPv4 settings for this virtual interface Minimum allowed role: vm-operator First published in XenServer 7.0.