-
The pool whose metadata is contained in this VDI
First published in XenServer 6.0.
Get a reference to the pool instance with the specified UUID.
Get the metadata_of_pool field of the given VDI.
Return a list of all the pools known to the system.
Return a map of pool references to pool records for all pools known to the system.
VDI.introduce(Connection c,
String uuid,
String nameLabel,
String nameDescription,
SR SR,
Types.VdiType type,
Boolean sharable,
Boolean readOnly,
Map<String,String> otherConfig,
String location,
Map<String,String> xenstoreData,
Map<String,String> smConfig,
Boolean managed,
Long virtualSize,
Long physicalUtilisation,
Pool metadataOfPool,
Boolean isASnapshot,
Date snapshotTime,
VDI snapshotOf)
Create a new VDI record in the database only
Minimum allowed role: vm-admin
First published in XenServer 4.1.
VDI.introduceAsync(Connection c,
String uuid,
String nameLabel,
String nameDescription,
SR SR,
Types.VdiType type,
Boolean sharable,
Boolean readOnly,
Map<String,String> otherConfig,
String location,
Map<String,String> xenstoreData,
Map<String,String> smConfig,
Boolean managed,
Long virtualSize,
Long physicalUtilisation,
Pool metadataOfPool,
Boolean isASnapshot,
Date snapshotTime,
VDI snapshotOf)
Create a new VDI record in the database only
Minimum allowed role: vm-admin
First published in XenServer 4.1.