Uses of Class
com.xensource.xenapi.VIF.Record
-
Uses of VIF.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return VIF.RecordModifier and TypeMethodDescriptionVIF.getRecord
(Connection c) Get a record containing the current state of the given VIF.static VIF.Record
Types.toVIFRecord
(Object object) Methods in com.xensource.xenapi that return types with arguments of type VIF.RecordModifier and TypeMethodDescriptionstatic Map<VIF,
VIF.Record> VIF.getAllRecords
(Connection c) Return a map of VIF references to VIF records for all VIFs known to the system.static Map<VIF,
VIF.Record> Types.toMapOfVIFVIFRecord
(Object object) Methods in com.xensource.xenapi with parameters of type VIF.RecordModifier and TypeMethodDescriptionstatic VIF
VIF.create
(Connection c, VIF.Record record) Create a new VIF instance, and return its handle.static Task
VIF.createAsync
(Connection c, VIF.Record record) Create a new VIF instance, and return its handle.