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) Deprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.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.