| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.ICloudProvider
public class ICloudProvider
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| ICloudProvider(java.lang.String wrapped,
               org.virtualbox_7_1.ObjectRefManager objMgr,
               org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  void | createProfile(java.lang.String profileName,
              java.util.List<java.lang.String> names,
              java.util.List<java.lang.String> values)Creates a new profile. | 
|  java.lang.String | getId()Returns the UUID of this cloud provider. | 
|  java.lang.String | getName()Returns the long name of the provider. | 
|  ICloudProfile | getProfileByName(java.lang.String profileName) | 
|  java.util.List<java.lang.String> | getProfileNames()Returns all profile names for this cloud provider. | 
|  java.util.List<ICloudProfile> | getProfiles()Returns all profiles for this cloud provider. | 
|  java.lang.String | getPropertyDescription(java.lang.String name) | 
|  java.lang.String | getShortName()Returns the short name of the provider. | 
|  java.util.List<java.lang.String> | getSupportedPropertyNames()Returns the supported property names. | 
|  void | importProfiles()Import the profiles from the original source | 
|  void | prepareUninstall()The caller requests the cloud provider to cease operation. | 
| static ICloudProvider | queryInterface(IUnknown obj) | 
|  void | restoreProfiles()Restores the old local profiles if they exist | 
|  void | saveProfiles()Saves the local profiles | 
| Methods inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| getObjMgr, getRemoteWSPort, getWrapped, releaseRemote | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ICloudProvider(java.lang.String wrapped,
                      org.virtualbox_7_1.ObjectRefManager objMgr,
                      org.virtualbox_7_1.jaxws.VboxPortType port)
| Method Detail | 
|---|
public java.lang.String getName()
public java.lang.String getShortName()
public java.lang.String getId()
public java.util.List<ICloudProfile> getProfiles()
public java.util.List<java.lang.String> getProfileNames()
public java.util.List<java.lang.String> getSupportedPropertyNames()
public static ICloudProvider queryInterface(IUnknown obj)
public java.lang.String getPropertyDescription(java.lang.String name)
public void createProfile(java.lang.String profileName,
                          java.util.List<java.lang.String> names,
                          java.util.List<java.lang.String> values)
profileName - The profile name. Must not exist, otherwise an error is raised.names - Names of properties.values - Values of set properties.public void importProfiles()
public void restoreProfiles()
public void saveProfiles()
public ICloudProfile getProfileByName(java.lang.String profileName)
public void prepareUninstall()
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||