Interface Interface.Service
-
- All Superinterfaces:
Interface.Service,Maskable,ResultLimitable,Service
- Enclosing class:
- Interface
@ApiService("SoftLayer_Network_Firewall_Interface") public static interface Interface.Service extends Interface.Service
The SoftLayer_Network_Firewall_Interface service accesses general information relating to a single SoftLayer firewall interface. This is the object which ties the firewall context access control list to a firewall. 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.- See Also:
- SoftLayer_Network_Firewall_Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interface.ServiceAsyncasAsync()Get an async version of this serviceInterfacegetObjectForInterface()getObject returns a SoftLayer_Network_Firewall_Interface object.voidsetMask(Interface.Mask mask)Interface.MaskwithMask()Use the existing mask on this service or create it if not presentInterface.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.service.network.firewall.module.context.Interface.Service
getFirewallContextAccessControlLists, getNetworkVlan, getObject, setMask
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Interface.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service- Specified by:
asAsyncin interfaceInterface.Service- Specified by:
asAsyncin interfaceService
-
withNewMask
Interface.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceInterface.Service- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Interface.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present- Specified by:
withMaskin interfaceInterface.Service- Specified by:
withMaskin interfaceMaskable
-
setMask
void setMask(Interface.Mask mask)
-
getObjectForInterface
@ApiMethod(value="getObject", instanceRequired=true) Interface getObjectForInterface()
getObject returns a SoftLayer_Network_Firewall_Interface object. You can only get objects for servers attached to your account that have a network firewall enabled.
-
-