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.static Network.Record
Types.toNetworkRecord
(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 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.static Map<Network,
Network.Record> Types.toMapOfNetworkNetworkRecord
(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 Network.RecordModifier and TypeMethodDescriptionstatic Network
Network.create
(Connection c, Network.Record record) Create a new network instance, and return its handle.static Task
Network.createAsync
(Connection c, Network.Record record) Create a new network instance, and return its handle.