|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminDSServices_PortType
| Method Summary | |
|---|---|
void |
addDServer(AuthToken at,
long dstId,
java.lang.String name,
java.lang.String rebootURL,
java.lang.String internalId,
java.lang.String superUser,
java.lang.String suPasswd,
double setup,
double recurrent,
java.lang.String mainIP)
Added Dedicated Servers to particular dedicated server template |
void |
assignUserDServer(AuthToken at,
int accountId,
long dsId)
Assigns particular DS to user account |
void |
cancelUserDServer(AuthToken at,
int accountId,
long dsId,
int cancellationType,
java.lang.String cancelationDate)
Cancelation particular DS to user account |
void |
changeDSStage(AuthToken at,
int newStage,
long dsId)
Changes stage for the dedicated server from AuthToken |
java.lang.String |
getDescription()
|
java.lang.Object[] |
getDServersList(AuthToken at,
long dstId)
|
DSInfo |
getDSInfo(AuthToken at,
long dsId)
Returns dedicated server information for particular dedicated server |
DSTInfo |
getDSTemplateInfo(AuthToken at,
long dstId)
Returns dedicated server template information for particular dedicated server template |
java.lang.Object[] |
getDSTemplateList(AuthToken at)
|
| Method Detail |
|---|
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
void addDServer(AuthToken at,
long dstId,
java.lang.String name,
java.lang.String rebootURL,
java.lang.String internalId,
java.lang.String superUser,
java.lang.String suPasswd,
double setup,
double recurrent,
java.lang.String mainIP)
throws java.rmi.RemoteException
at - User authentication informationdstId - particular dedicated server template idname - Dedicated Server name, will be used to identify the server in the systemrebootURL - url for online rebootinginternalId - "secret" name you give to the serversuperUser - superuser login and password that will be provided to a customersuPasswd - superuser password that will be provided to a customersetup - recurrent - mainIP - when adding a dedicated server, you can assign only one IP to it.
java.lang.Exception
java.rmi.RemoteException
DSInfo getDSInfo(AuthToken at,
long dsId)
throws java.rmi.RemoteException
at - Admin user authentication informationdsId - particular dedicated server id
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getDServersList(AuthToken at,
long dstId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void changeDSStage(AuthToken at,
int newStage,
long dsId)
throws java.rmi.RemoteException
AuthToken
at - User authentication informationnewStage - New Dedicated Server stagedsId - Dedicated Server id
java.lang.Exception
java.rmi.RemoteException
void assignUserDServer(AuthToken at,
int accountId,
long dsId)
throws java.rmi.RemoteException
at - User authentication informationaccountId - particular user accountdsId - Dedicated Server id
java.lang.Exception
java.rmi.RemoteException
void cancelUserDServer(AuthToken at,
int accountId,
long dsId,
int cancellationType,
java.lang.String cancelationDate)
throws java.rmi.RemoteException
at - User authentication informationaccountId - particular user accountdsId - Dedicated Server idcancellationType - cancellation type (1 or 2)cancelationDate - cancellation date (required parameters for cancellationType = 2)
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getDSTemplateList(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
DSTInfo getDSTemplateInfo(AuthToken at,
long dstId)
throws java.rmi.RemoteException
at - Admin user authentication informationdstId - particular dedicated server template id
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||