Interface HostIps.ServiceAsync
-
- All Superinterfaces:
Component.ServiceAsync
,Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- HostIps
public static interface HostIps.ServiceAsync extends Component.ServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<List<Policy>>
getCurrentHostIpsPolicies()
Async version ofHostIps.Service.getCurrentHostIpsPolicies()
Future<?>
getCurrentHostIpsPolicies(ResponseHandler<List<Policy>> callback)
Future<HostIps>
getObjectForHostIps()
Async version ofHostIps.Service.getObjectForHostIps()
Future<?>
getObjectForHostIps(ResponseHandler<HostIps> callback)
void
setMask(HostIps.Mask mask)
Future<Boolean>
updateHipsPolicies(String newIpsMode, String newIpsProtection, String newFirewallMode, String newFirewallRuleset, String newApplicationMode, String newApplicationRuleset, String newEnforcementPolicy)
Future<?>
updateHipsPolicies(String newIpsMode, String newIpsProtection, String newFirewallMode, String newFirewallRuleset, String newApplicationMode, String newApplicationRuleset, String newEnforcementPolicy, ResponseHandler<Boolean> callback)
HostIps.Mask
withMask()
Use the existing mask on this service or create it if not presentHostIps.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.service.software.Component.ServiceAsync
getAverageInstallationDuration, getAverageInstallationDuration, getBillingItem, getBillingItem, getHardware, getHardware, getLicenseFile, getLicenseFile, getObject, getObject, getPasswordHistory, getPasswordHistory, getPasswords, getPasswords, getSoftwareDescription, getSoftwareDescription, getSoftwareLicense, getSoftwareLicense, getVendorSetUpConfiguration, getVendorSetUpConfiguration, getVirtualGuest, getVirtualGuest, setMask
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
HostIps.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 interfaceComponent.ServiceAsync
- Specified by:
withNewMask
in interfaceMaskable
-
withMask
HostIps.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present- Specified by:
withMask
in interfaceComponent.ServiceAsync
- Specified by:
withMask
in interfaceMaskable
-
setMask
void setMask(HostIps.Mask mask)
-
getCurrentHostIpsPolicies
Future<List<Policy>> getCurrentHostIpsPolicies()
Async version ofHostIps.Service.getCurrentHostIpsPolicies()
-
getCurrentHostIpsPolicies
Future<?> getCurrentHostIpsPolicies(ResponseHandler<List<Policy>> callback)
-
getObjectForHostIps
Future<HostIps> getObjectForHostIps()
Async version ofHostIps.Service.getObjectForHostIps()
-
getObjectForHostIps
Future<?> getObjectForHostIps(ResponseHandler<HostIps> callback)
-
updateHipsPolicies
Future<Boolean> updateHipsPolicies(String newIpsMode, String newIpsProtection, String newFirewallMode, String newFirewallRuleset, String newApplicationMode, String newApplicationRuleset, String newEnforcementPolicy)
-
-