public interface VirtualGuestClient
VirtualGuestAsyncClient
,
Modifier and Type | Method and Description |
---|---|
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.
|
Set<VirtualGuest> listVirtualGuests()
VirtualGuest getVirtualGuest(long id)
id
- id of the virtual guestvoid 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 cancelProductOrderReceipt orderVirtualGuest(ProductOrder order)
ProductOrder getOrderTemplate(long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.