"init for cloudsdk 1.0"
commit8204fe3285cec57abb39ef44e7225dc18b1a0283
authorFong Lin <fong@yangguo.site>
Tue, 21 Jun 2011 05:35:49 +0000 (21 13:35 +0800)
committerFong Lin <fong@yangguo.site>
Tue, 21 Jun 2011 05:35:49 +0000 (21 13:35 +0800)
tree9b6352b383bb14a08d583d9403eb60eba70d7286
"init for cloudsdk 1.0"
138 files changed:
cloudsdk/build.xml [new file with mode: 0644]
cloudsdk/lib/commons-codec-1.5.jar [new file with mode: 0644]
cloudsdk/lib/toolkit.jar [new file with mode: 0644]
cloudsdk/runme.sh [new file with mode: 0755]
cloudsdk/src/com/novell/cloud/api/CloudException.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/CloudProperty.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/HtmlEncoder.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/Instance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/JobDef.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/JobSpec.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/Op.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/ServiceInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/api/XMLHelper.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/AddPhyHostToRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/AddVGToRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/AddVirtDeviceToHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/AttachVolume.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CancelJob.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CloneInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateSnapshot.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateVMTemplate.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateVolume.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/CreateVolumeSnapshot.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeletePhyHostFromRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteSnapshot.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteVGFromRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteVMTemplate.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteVirtDeviceFromHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteVolume.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeleteVolumeSnapshot.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeregisterPhysicalHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DeregisterVMTemplate.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeInstances.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribePhyHostOfRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribePhysicalHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeSnapshots.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeVMTemplate.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeVirtDeviceOfHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeVolumeSnapshots.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DescribeVolumes.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/DetachVolume.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetConsoleOutput.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetInstanceListOfHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetInstanceMonitor.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetInstanceState.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetJobState.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetPhysicalHostState.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/GetWarnLogCount.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/Login.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/Logout.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/MigrateInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/ModifyInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/ModifyRepository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/MotionInstanceStorage.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RebootInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RegisterPhysicalHost.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RegisterVG.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RegisterVMTemplate.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RestoreSnapshot.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/ResumeInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RunInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/RunJob.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/SearchWarnLog.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/SetInstanceBootOption.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/SetInstancePrior.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/SetInstanceVNCPassword.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/ShakeHand.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/SuspendInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/TerminateInstance.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/operation/VMConsole.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/sample/Repository.java [new file with mode: 0644]
cloudsdk/src/com/novell/cloud/sample/util.java [new file with mode: 0644]
cloudsdk/test/AddPhyHostToRepository.xml [new file with mode: 0644]
cloudsdk/test/AddVGToRepository.xml [new file with mode: 0644]
cloudsdk/test/AddVirtDeviceToHost.xml [new file with mode: 0644]
cloudsdk/test/AttachVolume.xml [new file with mode: 0644]
cloudsdk/test/CancelJob.xml [new file with mode: 0644]
cloudsdk/test/CloneInstance.xml [new file with mode: 0644]
cloudsdk/test/CreateInstance.xml [new file with mode: 0644]
cloudsdk/test/CreateRepository.xml [new file with mode: 0644]
cloudsdk/test/CreateSnapshot.xml [new file with mode: 0644]
cloudsdk/test/CreateVMTemplate.xml [new file with mode: 0644]
cloudsdk/test/CreateVolume.xml [new file with mode: 0644]
cloudsdk/test/CreateVolumeSnapshot.xml [new file with mode: 0644]
cloudsdk/test/DeleteInstance.xml [new file with mode: 0644]
cloudsdk/test/DeletePhyHostFromRepository.xml [new file with mode: 0644]
cloudsdk/test/DeleteRepository.xml [new file with mode: 0644]
cloudsdk/test/DeleteSnapshot.xml [new file with mode: 0644]
cloudsdk/test/DeleteVGFromRepository.xml [new file with mode: 0644]
cloudsdk/test/DeleteVMTemplate.xml [new file with mode: 0644]
cloudsdk/test/DeleteVirtDeviceFromHost.xml [new file with mode: 0644]
cloudsdk/test/DeleteVolume.xml [new file with mode: 0644]
cloudsdk/test/DeleteVolumeSnapshot.xml [new file with mode: 0644]
cloudsdk/test/DeregisterPhysicalHost.xml [new file with mode: 0644]
cloudsdk/test/DeregisterVMTemplate.xml [new file with mode: 0644]
cloudsdk/test/DescribeInstances.xml [new file with mode: 0644]
cloudsdk/test/DescribePhyHostOfRepository.xml [new file with mode: 0644]
cloudsdk/test/DescribePhysicalHost.xml [new file with mode: 0644]
cloudsdk/test/DescribeRepository.xml [new file with mode: 0644]
cloudsdk/test/DescribeSnapshots.xml [new file with mode: 0644]
cloudsdk/test/DescribeVMTemplate.xml [new file with mode: 0644]
cloudsdk/test/DescribeVirtDeviceOfHost.xml [new file with mode: 0644]
cloudsdk/test/DescribeVolumeSnapshots.xml [new file with mode: 0644]
cloudsdk/test/DescribeVolumes.xml [new file with mode: 0644]
cloudsdk/test/DetachVolume.xml [new file with mode: 0644]
cloudsdk/test/GetConsoleOutput.xml [new file with mode: 0644]
cloudsdk/test/GetInstanceListOfHost.xml [new file with mode: 0644]
cloudsdk/test/GetInstanceMonitor.xml [new file with mode: 0644]
cloudsdk/test/GetInstanceState.xml [new file with mode: 0644]
cloudsdk/test/GetJobState.xml [new file with mode: 0644]
cloudsdk/test/GetPhysicalHostState.xml [new file with mode: 0644]
cloudsdk/test/GetWarnLogCount.xml [new file with mode: 0644]
cloudsdk/test/MigrateInstance.xml [new file with mode: 0644]
cloudsdk/test/ModifyInstance.xml [new file with mode: 0644]
cloudsdk/test/ModifyRepository.xml [new file with mode: 0644]
cloudsdk/test/MotionInstanceStorage.xml [new file with mode: 0644]
cloudsdk/test/RebootInstance.xml [new file with mode: 0644]
cloudsdk/test/RegisterPhysicalHost.xml [new file with mode: 0644]
cloudsdk/test/RegisterVMTemplate.xml [new file with mode: 0644]
cloudsdk/test/RestoreSnapshot.xml [new file with mode: 0644]
cloudsdk/test/ResumeInstance.xml [new file with mode: 0644]
cloudsdk/test/RunInstance.xml [new file with mode: 0644]
cloudsdk/test/RunJob.xml [new file with mode: 0644]
cloudsdk/test/SearchWarnLog.xml [new file with mode: 0644]
cloudsdk/test/SetInstanceBootOption.xml [new file with mode: 0644]
cloudsdk/test/SetInstancePrior.xml [new file with mode: 0644]
cloudsdk/test/SetInstanceVNCPassword.xml [new file with mode: 0644]
cloudsdk/test/SuspendInstance.xml [new file with mode: 0644]
cloudsdk/test/TerminateInstance.xml [new file with mode: 0644]
cloudsdk/test/VMConsole.xml [new file with mode: 0644]
cloudsdk/test/login.xml [new file with mode: 0644]
cloudsdk/test/logout.xml [new file with mode: 0644]
cloudsdk/test/shakehand.xml [new file with mode: 0644]