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.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.Methods in com.xensource.xenapi with parameters of type VIF.RecordModifier and TypeMethodDescriptionstatic VIFVIF.create(Connection c, VIF.Record record) Create a new VIF instance, and return its handle.static TaskVIF.createAsync(Connection c, VIF.Record record) Create a new VIF instance, and return its handle.