|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualGuestClient
Provides synchronous access to VirtualGuest.
VirtualGuestAsyncClient
,
Method Summary | |
---|---|
boolean |
cancelService(long id)
Cancel the resource or service for a billing Item |
ProductOrder |
getOrderTemplate(long id)
Obtain an order container that is ready to be sent to the orderVirtualGuest method. |
VirtualGuest |
getVirtualGuest(long id)
|
Set<VirtualGuest> |
listVirtualGuests()
|
ProductOrderReceipt |
orderVirtualGuest(ProductOrder order)
Use this method for placing server orders and additional services orders. |
void |
pauseVirtualGuest(long id)
pause the guest. |
void |
powerOffVirtualGuest(long id)
Power off a guest |
void |
powerOnVirtualGuest(long id)
Power on a guest |
void |
rebootHardVirtualGuest(long id)
hard reboot the guest. |
void |
resumeVirtualGuest(long id)
resume the guest. |
Method Detail |
---|
Set<VirtualGuest> listVirtualGuests()
VirtualGuest getVirtualGuest(long id)
id
- id of the virtual guest
void rebootHardVirtualGuest(long id)
id
- id of the virtual guestvoid powerOffVirtualGuest(long id)
id
- id of the virtual guestvoid powerOnVirtualGuest(long id)
id
- id of the virtual guestvoid pauseVirtualGuest(long id)
id
- id of the virtual guestvoid resumeVirtualGuest(long id)
id
- id of the virtual guestboolean cancelService(long id)
id
- The id of the billing item to cancel
ProductOrderReceipt orderVirtualGuest(ProductOrder order)
order
- Details required to order.
ProductOrder getOrderTemplate(long id)
id
- The id of the existing Virtual Guest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |