Interface VirtualIpAddress.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- VirtualIpAddress
public static interface VirtualIpAddress.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
VirtualIpAddress.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
VirtualIpAddress.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(VirtualIpAddress.Mask mask)
-
disable
Future<Boolean> disable()
Async version ofVirtualIpAddress.Service.disable()
-
disable
Future<?> disable(ResponseHandler<Boolean> callback)
-
editObject
Future<Boolean> editObject(VirtualIpAddress templateObject)
-
editObject
Future<?> editObject(VirtualIpAddress templateObject, ResponseHandler<Boolean> callback)
-
enable
Future<Boolean> enable()
Async version ofVirtualIpAddress.Service.enable()
-
enable
Future<?> enable(ResponseHandler<Boolean> callback)
-
getObject
Future<VirtualIpAddress> getObject()
Async version ofVirtualIpAddress.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<VirtualIpAddress> callback)
-
kickAllConnections
Future<Boolean> kickAllConnections()
Async version ofVirtualIpAddress.Service.kickAllConnections()
-
kickAllConnections
Future<?> kickAllConnections(ResponseHandler<Boolean> callback)
-
upgradeConnectionLimit
Future<Boolean> upgradeConnectionLimit()
Async version ofVirtualIpAddress.Service.upgradeConnectionLimit()
-
upgradeConnectionLimit
Future<?> upgradeConnectionLimit(ResponseHandler<Boolean> callback)
-
getAccount
Future<Account> getAccount()
Async version ofVirtualIpAddress.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofVirtualIpAddress.Service.getAccount()
-
getBillingItem
Future<Item> getBillingItem()
Async version ofVirtualIpAddress.Service.getBillingItem()
-
getBillingItem
Future<?> getBillingItem(ResponseHandler<Item> callback)
Async callback version ofVirtualIpAddress.Service.getBillingItem()
-
getCustomerManagedFlag
Future<Long> getCustomerManagedFlag()
Async version ofVirtualIpAddress.Service.getCustomerManagedFlag()
-
getCustomerManagedFlag
Future<?> getCustomerManagedFlag(ResponseHandler<Long> callback)
Async callback version ofVirtualIpAddress.Service.getCustomerManagedFlag()
-
getManagedResourceFlag
Future<Boolean> getManagedResourceFlag()
Async version ofVirtualIpAddress.Service.getManagedResourceFlag()
-
getManagedResourceFlag
Future<?> getManagedResourceFlag(ResponseHandler<Boolean> callback)
Async callback version ofVirtualIpAddress.Service.getManagedResourceFlag()
-
getServices
Future<List<LoadBalancerService>> getServices()
Async version ofVirtualIpAddress.Service.getServices()
-
getServices
Future<?> getServices(ResponseHandler<List<LoadBalancerService>> callback)
Async callback version ofVirtualIpAddress.Service.getServices()
-
-