Uses of Enum Class
com.xensource.xenapi.Types.VifIpv6ConfigurationMode
-
Uses of Types.VifIpv6ConfigurationMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VifIpv6ConfigurationModeModifier and TypeFieldDescriptionVIF.Record.ipv6ConfigurationModeDetermines whether IPv6 addresses are configured on the VIF First published in XenServer 7.0.Methods in com.xensource.xenapi that return Types.VifIpv6ConfigurationModeModifier and TypeMethodDescriptionGet the ipv6_configuration_mode field of the given VIF.Returns the enum constant of this class with the specified name.static Types.VifIpv6ConfigurationMode[]Types.VifIpv6ConfigurationMode.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.VifIpv6ConfigurationModeModifier and TypeMethodDescriptionvoidVIF.configureIpv6(Connection c, Types.VifIpv6ConfigurationMode mode, String address, String gateway) Configure IPv6 settings for this virtual interface Minimum allowed role: vm-operator First published in XenServer 7.0.VIF.configureIpv6Async(Connection c, Types.VifIpv6ConfigurationMode mode, String address, String gateway) Configure IPv6 settings for this virtual interface Minimum allowed role: vm-operator First published in XenServer 7.0.