Class SubnetReport


  • @ApiType("SoftLayer_Container_Network_IntrusionProtection_SubnetReport")
    public class SubnetReport
    extends Entity
    The IntrusionProtection_SubnetReport object is the container that holds the SoftLayer_Container_Network_IntrusionProtection_Event objects for a particular subnet, or "All Subnets", whatever the case may be. Subnet, subnet mask, direction, and the individual events are returned by this object.
    See Also:
    SoftLayer_Container_Network_IntrusionProtection_SubnetReport
    • Field Detail

      • cidr

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long cidr
        cidr for this report. If the subnetIpAddress is "All Subnets", this is set to 32 and should be ignored.
      • cidrSpecified

        protected boolean cidrSpecified
      • directionSpecified

        protected boolean directionSpecified
      • eventsSpecified

        protected boolean eventsSpecified
      • subnetIpAddress

        @ApiProperty(canBeNullOrNotSet=true)
        protected String subnetIpAddress
        The "target" of this report, could be an IP address, a subnet's network identifier, or "All Subnets"
      • subnetIpAddressSpecified

        protected boolean subnetIpAddressSpecified
    • Constructor Detail

      • SubnetReport

        public SubnetReport()
    • Method Detail

      • getCidr

        public Long getCidr()
      • setCidr

        public void setCidr​(Long cidr)
      • isCidrSpecified

        public boolean isCidrSpecified()
      • unsetCidr

        public void unsetCidr()
      • getDirection

        public String getDirection()
      • setDirection

        public void setDirection​(String direction)
      • isDirectionSpecified

        public boolean isDirectionSpecified()
      • unsetDirection

        public void unsetDirection()
      • isEventsSpecified

        public boolean isEventsSpecified()
      • unsetEvents

        public void unsetEvents()
      • getSubnetIpAddress

        public String getSubnetIpAddress()
      • setSubnetIpAddress

        public void setSubnetIpAddress​(String subnetIpAddress)
      • isSubnetIpAddressSpecified

        public boolean isSubnetIpAddressSpecified()
      • unsetSubnetIpAddress

        public void unsetSubnetIpAddress()