Uses of Enum Class
com.xensource.xenapi.Types.PifIgmpStatus
-
Uses of Types.PifIgmpStatus in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.PifIgmpStatusModifier and TypeFieldDescriptionPIF.Record.igmpSnoopingStatus
The IGMP snooping status of the corresponding network bridge First published in XenServer 7.3.Methods in com.xensource.xenapi that return Types.PifIgmpStatusModifier and TypeMethodDescriptionPIF.getIgmpSnoopingStatus
(Connection c) Get the igmp_snooping_status field of the given PIF.static Types.PifIgmpStatus
Types.toPifIgmpStatus
(Object object) static Types.PifIgmpStatus
Returns the enum constant of this class with the specified name.static Types.PifIgmpStatus[]
Types.PifIgmpStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.