Class DbaasEndpointRsyslog

java.lang.Object
com.exoscale.sdk.model.DbaasEndpointRsyslog

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasEndpointRsyslog extends Object
DbaasEndpointRsyslog
  • Field Details

  • Constructor Details

    • DbaasEndpointRsyslog

      public DbaasEndpointRsyslog()
  • Method Details

    • server

      public DbaasEndpointRsyslog server(String server)
    • getServer

      @Nonnull public String getServer()
      Rsyslog server IP address or hostname
      Returns:
      server
    • setServer

      public void setServer(String server)
    • port

      public DbaasEndpointRsyslog port(Long port)
    • getPort

      @Nonnull public Long getPort()
      Rsyslog server port minimum: 1 maximum: 65535
      Returns:
      port
    • setPort

      public void setPort(Long port)
    • tls

      public DbaasEndpointRsyslog tls(Boolean tls)
    • getTls

      @Nonnull public Boolean getTls()
      Require TLS
      Returns:
      tls
    • setTls

      public void setTls(Boolean tls)
    • format

      public DbaasEndpointRsyslog format(EnumRsyslogFormat format)
    • getFormat

      @Nonnull public EnumRsyslogFormat getFormat()
      Get format
      Returns:
      format
    • setFormat

      public void setFormat(EnumRsyslogFormat format)
    • logline

      public DbaasEndpointRsyslog logline(String logline)
    • getLogline

      @Nullable public String getLogline()
      Custom syslog message format
      Returns:
      logline
    • setLogline

      public void setLogline(String logline)
    • sd

      public DbaasEndpointRsyslog sd(String sd)
    • getSd

      @Nullable public String getSd()
      Structured data block for log message
      Returns:
      sd
    • setSd

      public void setSd(String sd)
    • maxMessageSize

      public DbaasEndpointRsyslog maxMessageSize(Long maxMessageSize)
    • getMaxMessageSize

      @Nullable public Long getMaxMessageSize()
      Rsyslog max message size minimum: 2048 maximum: 2147483647
      Returns:
      maxMessageSize
    • setMaxMessageSize

      public void setMaxMessageSize(Long maxMessageSize)
    • equals

      public boolean equals(Object o)
      Return true if this dbaas-endpoint-rsyslog object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string