public class ICloudProvider extends IUnknown
Constructor and Description |
---|
ICloudProvider(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public ICloudProvider(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
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()