Class Syslog.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.logging.Syslog.Mask
-
- Enclosing class:
- Syslog
public static class Syslog.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Syslog.Mask
createDate()
Syslog.Mask
destinationIpAddress()
Syslog.Mask
destinationPort()
Syslog.Mask
eventType()
Syslog.Mask
message()
Syslog.Mask
protocol()
Syslog.Mask
sourceIpAddress()
Syslog.Mask
sourcePort()
Syslog.Mask
totalEvents()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
createDate
public Syslog.Mask createDate()
-
destinationIpAddress
public Syslog.Mask destinationIpAddress()
-
destinationPort
public Syslog.Mask destinationPort()
-
eventType
public Syslog.Mask eventType()
-
message
public Syslog.Mask message()
-
protocol
public Syslog.Mask protocol()
-
sourceIpAddress
public Syslog.Mask sourceIpAddress()
-
sourcePort
public Syslog.Mask sourcePort()
-
totalEvents
public Syslog.Mask totalEvents()
-
-