Class Rule.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.firewall.template.Rule.Mask
-
- Enclosing class:
- Rule
public static class Rule.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Rule.Mask
action()
Rule.Mask
destinationIpAddress()
Rule.Mask
destinationIpSubnetMask()
Rule.Mask
destinationPortRangeEnd()
Rule.Mask
destinationPortRangeStart()
Template.Mask
firewallTemplate()
Rule.Mask
firewallTemplateId()
Rule.Mask
id()
Rule.Mask
notes()
Rule.Mask
orderValue()
Rule.Mask
protocol()
Rule.Mask
sourceIpAddress()
Rule.Mask
sourceIpSubnetMask()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
firewallTemplate
public Template.Mask firewallTemplate()
-
action
public Rule.Mask action()
-
destinationIpAddress
public Rule.Mask destinationIpAddress()
-
destinationIpSubnetMask
public Rule.Mask destinationIpSubnetMask()
-
destinationPortRangeEnd
public Rule.Mask destinationPortRangeEnd()
-
destinationPortRangeStart
public Rule.Mask destinationPortRangeStart()
-
firewallTemplateId
public Rule.Mask firewallTemplateId()
-
id
public Rule.Mask id()
-
notes
public Rule.Mask notes()
-
orderValue
public Rule.Mask orderValue()
-
protocol
public Rule.Mask protocol()
-
sourceIpAddress
public Rule.Mask sourceIpAddress()
-
sourceIpSubnetMask
public Rule.Mask sourceIpSubnetMask()
-
-