Class Subnets.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.component.firewall.Subnets.Mask
-
- Enclosing class:
- Subnets
public static class Subnets.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subnets.Mask
applyServerRulesFlag()
Firewall.Mask
networkComponentFirewall()
Subnet.Mask
subnet()
Subnets.Mask
subnetId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
networkComponentFirewall
public Firewall.Mask networkComponentFirewall()
-
subnet
public Subnet.Mask subnet()
-
applyServerRulesFlag
public Subnets.Mask applyServerRulesFlag()
-
subnetId
public Subnets.Mask subnetId()
-
-