Class Syslog


  • @ApiType("SoftLayer_Network_Logging_Syslog")
    public class Syslog
    extends Entity
    The Syslog class holds a single line from the Networking Firewall "Syslog" record, for firewall detected and blocked attempts on a server.
    See Also:
    SoftLayer_Network_Logging_Syslog
    • Field Detail

      • createDateSpecified

        protected boolean createDateSpecified
      • destinationIpAddressSpecified

        protected boolean destinationIpAddressSpecified
      • destinationPortSpecified

        protected boolean destinationPortSpecified
      • eventTypeSpecified

        protected boolean eventTypeSpecified
      • messageSpecified

        protected boolean messageSpecified
      • protocolSpecified

        protected boolean protocolSpecified
      • sourceIpAddressSpecified

        protected boolean sourceIpAddressSpecified
      • sourcePortSpecified

        protected boolean sourcePortSpecified
      • totalEventsSpecified

        protected boolean totalEventsSpecified
    • Constructor Detail

      • Syslog

        public Syslog()
    • Method Detail

      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getDestinationIpAddress

        public String getDestinationIpAddress()
      • setDestinationIpAddress

        public void setDestinationIpAddress​(String destinationIpAddress)
      • isDestinationIpAddressSpecified

        public boolean isDestinationIpAddressSpecified()
      • unsetDestinationIpAddress

        public void unsetDestinationIpAddress()
      • getDestinationPort

        public Long getDestinationPort()
      • setDestinationPort

        public void setDestinationPort​(Long destinationPort)
      • isDestinationPortSpecified

        public boolean isDestinationPortSpecified()
      • unsetDestinationPort

        public void unsetDestinationPort()
      • getEventType

        public String getEventType()
      • setEventType

        public void setEventType​(String eventType)
      • isEventTypeSpecified

        public boolean isEventTypeSpecified()
      • unsetEventType

        public void unsetEventType()
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • isMessageSpecified

        public boolean isMessageSpecified()
      • unsetMessage

        public void unsetMessage()
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • isProtocolSpecified

        public boolean isProtocolSpecified()
      • unsetProtocol

        public void unsetProtocol()
      • getSourceIpAddress

        public String getSourceIpAddress()
      • setSourceIpAddress

        public void setSourceIpAddress​(String sourceIpAddress)
      • isSourceIpAddressSpecified

        public boolean isSourceIpAddressSpecified()
      • unsetSourceIpAddress

        public void unsetSourceIpAddress()
      • getSourcePort

        public Long getSourcePort()
      • setSourcePort

        public void setSourcePort​(Long sourcePort)
      • isSourcePortSpecified

        public boolean isSourcePortSpecified()
      • unsetSourcePort

        public void unsetSourcePort()
      • getTotalEvents

        public Long getTotalEvents()
      • setTotalEvents

        public void setTotalEvents​(Long totalEvents)
      • isTotalEventsSpecified

        public boolean isTotalEventsSpecified()
      • unsetTotalEvents

        public void unsetTotalEvents()