Uses of Class
com.xensource.xenapi.VIF
-
Uses of VIF in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VIFFields in com.xensource.xenapi with type parameters of type VIFModifier and TypeFieldDescriptionNetwork.Record.assignedIps
The IP addresses assigned to VIFs on networks that have active xapi-managed DHCP First published in XenServer 6.5.Network.Record.VIFs
list of connected vifsVM.Record.VIFs
virtual network interfacesMethods in com.xensource.xenapi that return VIFModifier and TypeMethodDescriptionstatic VIF
VIF.create
(Connection c, VIF.Record record) Create a new VIF instance, and return its handle.static VIF
VIF.getByUuid
(Connection c, String uuid) Get a reference to the VIF instance with the specified UUID.PVSProxy.getVIF
(Connection c) Get the VIF field of the given PVS_proxy.static VIF
Types.toVIF
(Task task, Connection connection) static VIF
Methods in com.xensource.xenapi that return types with arguments of type VIFModifier and TypeMethodDescriptionVIF.getAll
(Connection c) Return a list of all the VIFs known to the system.static Map<VIF,
VIF.Record> VIF.getAllRecords
(Connection c) Return a map of VIF references to VIF records for all VIFs known to the system.Network.getAssignedIps
(Connection c) Get the assigned_ips field of the given network.Network.getVIFs
(Connection c) Get the VIFs field of the given network.VM.getVIFs
(Connection c) Get the VIFs field of the given VM.Types.toMapOfVIFNetwork
(Object object) Types.toMapOfVIFString
(Object object) static Map<VIF,
VIF.Record> Types.toMapOfVIFVIFRecord
(Object object) Types.toSetOfVIF
(Object object) Methods in com.xensource.xenapi with parameters of type VIFModifier and TypeMethodDescriptionstatic PVSProxy
PVSProxy.create
(Connection c, PVSSite site, VIF VIF) Configure a VM/VIF to use a PVS proxy Minimum allowed role: pool-operator First published in XenServer 7.1.static Task
PVSProxy.createAsync
(Connection c, PVSSite site, VIF VIF) Configure a VM/VIF to use a PVS proxy Minimum allowed role: pool-operator First published in XenServer 7.1.