Uses of Class
com.softlayer.api.service.ticket.attachment.virtual.Guest
Package | Description |
---|---|
com.softlayer.api.service |
-
Uses of Guest in com.softlayer.api.service
Methods in com.softlayer.api.service that return Guest Modifier and Type Method Description Guest
Ticket.Service. addAttachedVirtualGuest(Long guestId, Boolean callCommit)
Attach the given CloudLayer Computing Instance to a SoftLayer ticket.Methods in com.softlayer.api.service that return types with arguments of type Guest Modifier and Type Method Description Future<Guest>
Ticket.ServiceAsync. addAttachedVirtualGuest(Long guestId, Boolean callCommit)
Method parameters in com.softlayer.api.service with type arguments of type Guest Modifier and Type Method Description Future<?>
Ticket.ServiceAsync. addAttachedVirtualGuest(Long guestId, Boolean callCommit, ResponseHandler<Guest> callback)