Class Subnets


  • @ApiType("SoftLayer_Network_Component_Firewall_Subnets")
    public class Subnets
    extends Entity
    A SoftLayer_Network_Component_Firewall_Subnets object type represents the current linked subnets and contains relative information. Use the [[SoftLayer Network Firewall Update Request]] service to submit a firewall update request. Use the [[SoftLayer Network Firewall Template]] service to pull SoftLayer recommended rule set templates.
    See Also:
    SoftLayer_Network_Component_Firewall_Subnets
    • Field Detail

      • networkComponentFirewall

        @ApiProperty
        protected Firewall networkComponentFirewall
        The network component firewall that write rules for this subnet.
      • subnet

        @ApiProperty
        protected Subnet subnet
        The subnet that this link binds to the network component firewall.
      • applyServerRulesFlag

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean applyServerRulesFlag
        A boolean flag that indicates whether the subnet should receive all the rules intended for the host on this context slot.
      • applyServerRulesFlagSpecified

        protected boolean applyServerRulesFlagSpecified
      • subnetIdSpecified

        protected boolean subnetIdSpecified
    • Constructor Detail

      • Subnets

        public Subnets()
    • Method Detail

      • getNetworkComponentFirewall

        public Firewall getNetworkComponentFirewall()
      • setNetworkComponentFirewall

        public void setNetworkComponentFirewall​(Firewall networkComponentFirewall)
      • getSubnet

        public Subnet getSubnet()
      • setSubnet

        public void setSubnet​(Subnet subnet)
      • getApplyServerRulesFlag

        public Boolean getApplyServerRulesFlag()
      • setApplyServerRulesFlag

        public void setApplyServerRulesFlag​(Boolean applyServerRulesFlag)
      • isApplyServerRulesFlagSpecified

        public boolean isApplyServerRulesFlagSpecified()
      • unsetApplyServerRulesFlag

        public void unsetApplyServerRulesFlag()
      • getSubnetId

        public Long getSubnetId()
      • setSubnetId

        public void setSubnetId​(Long subnetId)
      • isSubnetIdSpecified

        public boolean isSubnetIdSpecified()
      • unsetSubnetId

        public void unsetSubnetId()