Package com.exoscale.sdk.model
Class DbaasEndpointRsyslogOptionalFields
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasEndpointRsyslogOptionalFields
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasEndpointRsyslogOptionalFields extends Object
DbaasEndpointRsyslogOptionalFields
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_FORMAT
static String
JSON_PROPERTY_LOGLINE
static String
JSON_PROPERTY_MAX_MESSAGE_SIZE
static String
JSON_PROPERTY_PORT
static String
JSON_PROPERTY_SD
static String
JSON_PROPERTY_SERVER
static String
JSON_PROPERTY_TLS
-
Constructor Summary
Constructors Constructor Description DbaasEndpointRsyslogOptionalFields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this dbaas-endpoint-rsyslog-optional-fields object is equal to o.DbaasEndpointRsyslogOptionalFields
format(EnumRsyslogFormat format)
EnumRsyslogFormat
getFormat()
Get formatString
getLogline()
Custom syslog message formatLong
getMaxMessageSize()
Rsyslog max message size minimum: 2048 maximum: 2147483647Long
getPort()
Rsyslog server port minimum: 1 maximum: 65535String
getSd()
Structured data block for log messageString
getServer()
Rsyslog server IP address or hostnameBoolean
getTls()
Require TLSint
hashCode()
DbaasEndpointRsyslogOptionalFields
logline(String logline)
DbaasEndpointRsyslogOptionalFields
maxMessageSize(Long maxMessageSize)
DbaasEndpointRsyslogOptionalFields
port(Long port)
DbaasEndpointRsyslogOptionalFields
sd(String sd)
DbaasEndpointRsyslogOptionalFields
server(String server)
void
setFormat(EnumRsyslogFormat format)
void
setLogline(String logline)
void
setMaxMessageSize(Long maxMessageSize)
void
setPort(Long port)
void
setSd(String sd)
void
setServer(String server)
void
setTls(Boolean tls)
DbaasEndpointRsyslogOptionalFields
tls(Boolean tls)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_SERVER
public static final String JSON_PROPERTY_SERVER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_PORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TLS
public static final String JSON_PROPERTY_TLS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORMAT
public static final String JSON_PROPERTY_FORMAT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOGLINE
public static final String JSON_PROPERTY_LOGLINE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SD
public static final String JSON_PROPERTY_SD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAX_MESSAGE_SIZE
public static final String JSON_PROPERTY_MAX_MESSAGE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
server
public DbaasEndpointRsyslogOptionalFields server(String server)
-
getServer
@Nullable public String getServer()
Rsyslog server IP address or hostname- Returns:
- server
-
setServer
public void setServer(String server)
-
port
public DbaasEndpointRsyslogOptionalFields port(Long port)
-
getPort
@Nullable public Long getPort()
Rsyslog server port minimum: 1 maximum: 65535- Returns:
- port
-
setPort
public void setPort(Long port)
-
tls
public DbaasEndpointRsyslogOptionalFields tls(Boolean tls)
-
getTls
@Nullable public Boolean getTls()
Require TLS- Returns:
- tls
-
setTls
public void setTls(Boolean tls)
-
format
public DbaasEndpointRsyslogOptionalFields format(EnumRsyslogFormat format)
-
getFormat
@Nullable public EnumRsyslogFormat getFormat()
Get format- Returns:
- format
-
setFormat
public void setFormat(EnumRsyslogFormat format)
-
logline
public DbaasEndpointRsyslogOptionalFields logline(String logline)
-
getLogline
@Nullable public String getLogline()
Custom syslog message format- Returns:
- logline
-
setLogline
public void setLogline(String logline)
-
sd
public DbaasEndpointRsyslogOptionalFields sd(String sd)
-
getSd
@Nullable public String getSd()
Structured data block for log message- Returns:
- sd
-
setSd
public void setSd(String sd)
-
maxMessageSize
public DbaasEndpointRsyslogOptionalFields 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-optional-fields object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-