Interface HostIps.Service
-
- All Superinterfaces:
Component.Service,Maskable,ResultLimitable,Service
- Enclosing class:
- HostIps
@ApiService("SoftLayer_Software_Component_HostIps") public static interface HostIps.Service extends Component.Service
This service specifies a specific type of Software Component: A Host Intrusion Protection System instance.- See Also:
- SoftLayer_Software_Component_HostIps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostIps.ServiceAsyncasAsync()Get an async version of this serviceList<Policy>getCurrentHostIpsPolicies()Get the current Host IPS policies.HostIpsgetObjectForHostIps()voidsetMask(HostIps.Mask mask)BooleanupdateHipsPolicies(String newIpsMode, String newIpsProtection, String newFirewallMode, String newFirewallRuleset, String newApplicationMode, String newApplicationRuleset, String newEnforcementPolicy)Update the Host IPS policies.HostIps.MaskwithMask()Use the existing mask on this service or create it if not presentHostIps.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.service.software.Component.Service
getAverageInstallationDuration, getBillingItem, getHardware, getLicenseFile, getObject, getPasswordHistory, getPasswords, getSoftwareDescription, getSoftwareLicense, getVendorSetUpConfiguration, getVirtualGuest, setMask
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
HostIps.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service- Specified by:
asAsyncin interfaceComponent.Service- Specified by:
asAsyncin interfaceService
-
withNewMask
HostIps.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceComponent.Service- Specified by:
withNewMaskin interfaceMaskable
-
withMask
HostIps.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present- Specified by:
withMaskin interfaceComponent.Service- Specified by:
withMaskin interfaceMaskable
-
setMask
void setMask(HostIps.Mask mask)
-
getCurrentHostIpsPolicies
@ApiMethod(instanceRequired=true) List<Policy> getCurrentHostIpsPolicies()
Get the current Host IPS policies.
-
getObjectForHostIps
@ApiMethod(value="getObject", instanceRequired=true) HostIps getObjectForHostIps()
-
updateHipsPolicies
@ApiMethod(instanceRequired=true) Boolean updateHipsPolicies(String newIpsMode, String newIpsProtection, String newFirewallMode, String newFirewallRuleset, String newApplicationMode, String newApplicationRuleset, String newEnforcementPolicy)
Update the Host IPS policies. To retrieve valid policy options you must use the provided relationships.
-
-