Interface AccessControlList.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- AccessControlList
@ApiService("SoftLayer_Network_Firewall_AccessControlList") public static interface AccessControlList.Service extends Service
The SoftLayer_Network_Firewall_AccessControlList service accesses general information relating to a single SoftLayer firewall access control list. This is the object which ties the running rules to a specific context. The current running rule set can be pulled from this service. Use the [[SoftLayer Network Firewall Template]] service to pull SoftLayer recommended rule set templates. Use the [[SoftLayer Network Firewall Update Request]] service to submit a firewall update request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessControlList.ServiceAsyncasAsync()Get an async version of this serviceList<Request>getNetworkFirewallUpdateRequests()The update requests made for this firewall.VlangetNetworkVlan()AccessControlListgetObject()getObject returns a SoftLayer_Network_Firewall_AccessControlList object.List<Rule>getRules()The currently running rule set of this context access control list firewall.voidsetMask(AccessControlList.Mask mask)AccessControlList.MaskwithMask()Use the existing mask on this service or create it if not presentAccessControlList.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
AccessControlList.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
AccessControlList.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
AccessControlList.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(AccessControlList.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) AccessControlList getObject()
getObject returns a SoftLayer_Network_Firewall_AccessControlList object. You can only get objects for servers attached to your account that have a network firewall enabled.
-
getNetworkFirewallUpdateRequests
@ApiMethod(instanceRequired=true) List<Request> getNetworkFirewallUpdateRequests()
The update requests made for this firewall.
-
getNetworkVlan
@ApiMethod(instanceRequired=true) Vlan getNetworkVlan()
-
getRules
@ApiMethod(instanceRequired=true) List<Rule> getRules()
The currently running rule set of this context access control list firewall.
-
-