|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated. replaced by NeoResourceManagement
public interface ResourceManagement
Interface description
| Method Summary | |
|---|---|
TemplateResource |
ApproveTemplate(java.lang.Long templateResourceId)Deprecated. |
VMResource |
ApproveVMImage(java.lang.Long VMResourceId)Deprecated. |
void |
deleteISO(java.lang.Long isoResourceID)Deprecated. Deletes the ISO from server pool (physically also) |
void |
deleteSharedDisk(java.lang.Long sharedDiskResourceID)Deprecated. Deletes the Shared Disk from server pool (physically also) |
void |
deleteTemplate(java.lang.Long templateResourceId)Deprecated. Deletes the template from server pool (physically also) |
void |
deleteVMResource(java.lang.Long vmResourceId)Deprecated. Delete the VM Image |
void |
downloadBinary(ServerPool serverPool, oracle.ovs.biz.util.OvmUrl binaryUrl, java.lang.String localFilePath, ProxyServer proxyServer)Deprecated. download external resource |
void |
extractTemplateBinary(ServerPool svr_pool, java.lang.String resourceLocation, java.lang.String fileLocation)Deprecated. Extract the bundle to seed pool |
java.util.Map |
freespace_validator(ServerPool svr_pool, int size)Deprecated. validator for free disk space for all repositories. |
java.util.Map |
freespace_validator(ServerPool svr_pool, java.lang.String vmPath, int size)Deprecated. validator for free disk space for the repository where one vm locates |
DiscoveredISO[] |
getAllDiscoverableISO(ServerPool svr_pool)Deprecated. |
DiscoveredTemplate[] |
getAllDiscoverableTemplates(ServerPool svr_pool)Deprecated. Returns all the Oracle VM Templates, which are discovered in the shared location of the server pool, but yet not registered. |
DiscoveredVM[] |
getAllDiscoverableVMs(ServerPool svr_pool)Deprecated. |
ISOResource[] |
getAllISOResources(ServerPool svr_pool)Deprecated. Returns an array of all ISO Image resource instances (and physically available) registered with the server pool. |
SharedDiskResource[] |
getAllSharedDiskResources(ServerPool svr_pool)Deprecated. Returns an array of all Shared Disk resource instances (and physically available) registered with the server pool. |
TemplateResource[] |
getAllTemplateResources(ServerPool svr_pool)Deprecated. Returns an array of all Oracle VM Templates resource instances (and physically available) registered with the server pool. |
VMResource[] |
getAllVMResources(ServerPool svr_pool)Deprecated. Returns all VM resources |
ISOResource |
getISOResource(java.lang.Long isoResourceID)Deprecated. Returns the ISO resource instance. |
ISOResource |
getISOResourceByName(ServerPool svr_pool, java.lang.String name)Deprecated. Returns the ISO resource instance, given the display name. |
java.lang.String |
getOvfEnv(ServerPool svr_pool, java.lang.String vmName)Deprecated. get ovf-env.xml content |
java.lang.String |
getRepositoryLocation(ServerPool svr_pool)Deprecated. Get the base location for importing resources |
java.lang.String |
getResourceDirectory(ServerPool svr_pool, ISOResource ir)Deprecated. Get the real path of the ISOResource |
java.lang.String |
getResourceDirectory(ServerPool svr_pool, TemplateResource tr)Deprecated. Get the real path of the TemplateResource |
SharedDiskResource |
getSharedDiskResource(java.lang.Long sharedDiskResourceID)Deprecated. Returns the Shared Disk resource instance. |
SharedDiskResource |
getSharedDiskResourceByName(ServerPool svr_pool, java.lang.String name)Deprecated. Returns the Shared Disk resource instance, given the display name. |
TemplateResource |
getTemplateResource(java.lang.Long templateResourceId)Deprecated. Returns the template resource instance. |
TemplateResource |
getTemplateResourceByName(ServerPool svr_pool, java.lang.String name)Deprecated. Returns the template resource instance, given the display name. |
VMResource |
getVMResourceByName(ServerPool svr_pool, java.lang.String name)Deprecated. Returns the VMResource instance |
void |
mountISO_NFS(ServerPool svr_pool, ISOResource iso, java.lang.String mountPath, java.lang.String hostname)Deprecated. |
void |
moveToNfsLocation(ServerPool serverPool, java.lang.String filePath, oracle.ovs.biz.util.OvmUrl nfsLocation)Deprecated. move to nfs location |
ISOResource |
registerISO(ServerPool svr_pool, ISOResourceConfig isoResourceConfig)Deprecated. Registers an ISO resource (available in a shared location on the server pool). |
java.util.Map |
registerISOPrerequisite(ServerPool svr_pool, ISOResourceConfig isoResourceConfig)Deprecated. precheck for registerISO |
SharedDiskResource |
registerSharedDisk(ServerPool svr_pool, SharedDiskResourceConfig sharedDiskResourceConfig)Deprecated. Creates (physically) a new disk on the shared storage, and registers it as a sharable disk amongst the Virtual Machines on the server pool. |
TemplateResource |
registerTemplate(ServerPool svr_pool, TemplateResourceConfig templateResourceConfig)Deprecated. Registers a template resource (available in a shared location on the server pool). |
java.util.Map |
registerTemplatePrerequisite(ServerPool svr_pool, TemplateResourceConfig templateResourceConfig)Deprecated. precheck for registerTemplate |
VMResource |
registerVM(ServerPool svr_pool, VMResourceConfig vmResourceConfig)Deprecated. |
void |
setOvfEnv(ServerPool svr_pool, java.lang.String vmName, java.lang.String ovfContent)Deprecated. set ovfenv.xml |
void |
unmountISO_NFS(ServerPool svr_pool, ISOResource iso, java.lang.String mountPath, java.lang.String hostname)Deprecated. |
void |
uploadTemplate(TemplateResource template, oracle.ovs.biz.util.OvmUrl tgtUrl)Deprecated. Upload template to an external NFS location. |
| Method Detail |
|---|
void deleteISO(java.lang.Long isoResourceID)
throws oracle.ovs.biz.exception.OVSException
isoResourceID -oracle.ovs.biz.exception.OVSException
void deleteSharedDisk(java.lang.Long sharedDiskResourceID)
throws oracle.ovs.biz.exception.OVSException
sharedDiskResourceID -oracle.ovs.biz.exception.OVSException
void deleteTemplate(java.lang.Long templateResourceId)
throws oracle.ovs.biz.exception.OVSException
templateResourceId -oracle.ovs.biz.exception.OVSException
void deleteVMResource(java.lang.Long vmResourceId)
throws oracle.ovs.biz.exception.OVSException
vmResourceId -oracle.ovs.biz.exception.ResourceExceptionoracle.ovs.biz.exception.OVSException
DiscoveredISO[] getAllDiscoverableISO(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
DiscoveredTemplate[] getAllDiscoverableTemplates(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.exception.OVSException
DiscoveredVM[] getAllDiscoverableVMs(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
ISOResource[] getAllISOResources(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.exception.OVSException
SharedDiskResource[] getAllSharedDiskResources(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.exception.OVSException
TemplateResource[] getAllTemplateResources(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.exception.OVSException
VMResource[] getAllVMResources(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.exception.OVSException
ISOResource getISOResource(java.lang.Long isoResourceID)
throws oracle.ovs.biz.exception.OVSException
isoResourceID -oracle.ovs.biz.exception.OVSException
ISOResource getISOResourceByName(ServerPool svr_pool,
java.lang.String name)
throws oracle.ovs.biz.exception.OVSException
svr_pool -name -oracle.ovs.biz.exception.OVSException
SharedDiskResource getSharedDiskResource(java.lang.Long sharedDiskResourceID)
throws oracle.ovs.biz.exception.OVSException
sharedDiskResourceID -oracle.ovs.biz.exception.OVSException
SharedDiskResource getSharedDiskResourceByName(ServerPool svr_pool,
java.lang.String name)
throws oracle.ovs.biz.exception.OVSException
svr_pool -name -oracle.ovs.biz.exception.OVSException
TemplateResource getTemplateResource(java.lang.Long templateResourceId)
throws oracle.ovs.biz.exception.OVSException
templateResourceId -oracle.ovs.biz.exception.OVSException
TemplateResource getTemplateResourceByName(ServerPool svr_pool,
java.lang.String name)
throws oracle.ovs.biz.exception.OVSException
svr_pool -name -oracle.ovs.biz.exception.OVSException
VMResource getVMResourceByName(ServerPool svr_pool,
java.lang.String name)
throws oracle.ovs.biz.exception.OVSException
svr_pool -name -oracle.ovs.biz.exception.OVSException
ISOResource registerISO(ServerPool svr_pool,
ISOResourceConfig isoResourceConfig)
throws oracle.ovs.biz.exception.OVSException
svr_pool -isoResourceConfig -oracle.ovs.biz.exception.OVSException
SharedDiskResource registerSharedDisk(ServerPool svr_pool,
SharedDiskResourceConfig sharedDiskResourceConfig)
throws oracle.ovs.biz.exception.OVSException
svr_pool -sharedDiskResourceConfig -oracle.ovs.biz.exception.OVSException
TemplateResource registerTemplate(ServerPool svr_pool,
TemplateResourceConfig templateResourceConfig)
throws oracle.ovs.biz.exception.OVSException
svr_pool -templateResourceConfig -oracle.ovs.biz.exception.OVSException
VMResource registerVM(ServerPool svr_pool,
VMResourceConfig vmResourceConfig)
throws oracle.ovs.biz.exception.OVSException
svr_pool -vmResourceConfig -oracle.ovs.biz.exception.ResourceExceptionoracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
TemplateResource ApproveTemplate(java.lang.Long templateResourceId)
throws oracle.ovs.biz.exception.OVSException
templateResourceId -oracle.ovs.biz.exception.OVSException
VMResource ApproveVMImage(java.lang.Long VMResourceId)
throws oracle.ovs.biz.exception.OVSException
VMResourceId -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
java.lang.String getResourceDirectory(ServerPool svr_pool,
TemplateResource tr)
throws oracle.ovs.biz.exception.OVSException
oracle.ovs.biz.exception.OVSException
java.lang.String getResourceDirectory(ServerPool svr_pool,
ISOResource ir)
throws oracle.ovs.biz.exception.OVSException
svr_pool -ir -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
java.lang.String getRepositoryLocation(ServerPool svr_pool)
throws oracle.ovs.biz.exception.OVSException
svr_pool -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
java.lang.String getOvfEnv(ServerPool svr_pool,
java.lang.String vmName)
throws oracle.ovs.biz.exception.OVSException
svr_pool -vmName -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
void setOvfEnv(ServerPool svr_pool,
java.lang.String vmName,
java.lang.String ovfContent)
throws oracle.ovs.biz.exception.OVSException
svr_pool -vmName -oracle.ovs.biz.agent.AgentExceptionoracle.ovs.biz.exception.OVSException
java.util.Map freespace_validator(ServerPool svr_pool,
int size)
throws oracle.ovs.biz.exception.OVSException
svr_pool -size -oracle.ovs.biz.exception.OVSException
java.util.Map freespace_validator(ServerPool svr_pool,
java.lang.String vmPath,
int size)
throws oracle.ovs.biz.exception.OVSException
svr_pool -vmPath -size -oracle.ovs.biz.exception.OVSException
void mountISO_NFS(ServerPool svr_pool,
ISOResource iso,
java.lang.String mountPath,
java.lang.String hostname)
throws oracle.ovs.biz.exception.OVSException
svr_pool - serverPooliso - ISOResourcemountPath -hostname - (Default = "")oracle.ovs.biz.exception.OVSException
void unmountISO_NFS(ServerPool svr_pool,
ISOResource iso,
java.lang.String mountPath,
java.lang.String hostname)
throws oracle.ovs.biz.exception.OVSException
svr_pool -iso -mountPath -hostname -oracle.ovs.biz.exception.OVSException
void extractTemplateBinary(ServerPool svr_pool,
java.lang.String resourceLocation,
java.lang.String fileLocation)
throws oracle.ovs.biz.exception.OVSException
svr_pool -resourceLocation -fileLocation -oracle.ovs.biz.exception.OVSException
java.util.Map registerISOPrerequisite(ServerPool svr_pool,
ISOResourceConfig isoResourceConfig)
throws oracle.ovs.biz.exception.OVSException
svr_pool -isoResourceConfig -oracle.ovs.biz.exception.OVSException
java.util.Map registerTemplatePrerequisite(ServerPool svr_pool,
TemplateResourceConfig templateResourceConfig)
svr_pool -templateResourceConfig -
void uploadTemplate(TemplateResource template,
oracle.ovs.biz.util.OvmUrl tgtUrl)
throws oracle.ovs.biz.exception.OVSException
template -tgtUrl -oracle.ovs.biz.exception.OVSException
void downloadBinary(ServerPool serverPool,
oracle.ovs.biz.util.OvmUrl binaryUrl,
java.lang.String localFilePath,
ProxyServer proxyServer)
throws oracle.ovs.biz.exception.OVSException
serverPool -binaryUrl -localFilePath -proxyServer -oracle.ovs.biz.exception.OVSException
void moveToNfsLocation(ServerPool serverPool,
java.lang.String filePath,
oracle.ovs.biz.util.OvmUrl nfsLocation)
throws oracle.ovs.biz.exception.OVSException
serverPool -filePath -nfsLocation -oracle.ovs.biz.exception.OVSException
|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||