Uses of Class
com.xensource.xenapi.Network.Record
-
Uses of Network.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Network.RecordModifier and TypeMethodDescriptionNetwork.getRecord(Connection c) Get a record containing the current state of the given network.Methods in com.xensource.xenapi that return types with arguments of type Network.RecordModifier and TypeMethodDescriptionstatic Map<Network,Network.Record> Network.getAllRecords(Connection c) Return a map of network references to network records for all networks known to the system.Methods in com.xensource.xenapi with parameters of type Network.RecordModifier and TypeMethodDescriptionstatic NetworkNetwork.create(Connection c, Network.Record record) Create a new network instance, and return its handle.static TaskNetwork.createAsync(Connection c, Network.Record record) Create a new network instance, and return its handle.