Package com.exoscale.sdk.model
Class DbaasEndpointRsyslogInputCreateSettings
java.lang.Object
com.exoscale.sdk.model.DbaasEndpointRsyslogInputCreateSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasEndpointRsyslogInputCreateSettings
extends Object
DbaasEndpointRsyslogInputCreateSettings
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this dbaas_endpoint_rsyslog_input_create_settings object is equal to o.format
(EnumRsyslogFormat format) getCa()
PEM encoded CA certificategetCert()
PEM encoded client certificateGet formatgetKey()
PEM encoded client keyCustom syslog message formatRsyslog max message size minimum: 2048 maximum: 2147483647getPort()
Rsyslog server port minimum: 1 maximum: 65535getSd()
Structured data block for log messageRsyslog server IP address or hostnamegetTls()
Require TLSint
hashCode()
maxMessageSize
(Long maxMessageSize) void
void
void
setFormat
(EnumRsyslogFormat format) void
void
setLogline
(String logline) void
setMaxMessageSize
(Long maxMessageSize) void
void
void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FORMAT
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_LOGLINE
- See Also:
-
JSON_PROPERTY_SERVER
- See Also:
-
JSON_PROPERTY_CA
- See Also:
-
JSON_PROPERTY_CERT
- See Also:
-
JSON_PROPERTY_TLS
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_SD
- See Also:
-
JSON_PROPERTY_MAX_MESSAGE_SIZE
- See Also:
-
-
Constructor Details
-
DbaasEndpointRsyslogInputCreateSettings
public DbaasEndpointRsyslogInputCreateSettings()
-
-
Method Details
-
format
-
getFormat
Get format- Returns:
- format
-
setFormat
-
key
-
getKey
PEM encoded client key- Returns:
- key
-
setKey
-
logline
-
getLogline
Custom syslog message format- Returns:
- logline
-
setLogline
-
server
-
getServer
Rsyslog server IP address or hostname- Returns:
- server
-
setServer
-
ca
-
getCa
PEM encoded CA certificate- Returns:
- ca
-
setCa
-
cert
-
getCert
PEM encoded client certificate- Returns:
- cert
-
setCert
-
tls
-
getTls
Require TLS- Returns:
- tls
-
setTls
-
port
-
getPort
Rsyslog server port minimum: 1 maximum: 65535- Returns:
- port
-
setPort
-
sd
-
getSd
Structured data block for log message- Returns:
- sd
-
setSd
-
maxMessageSize
-
getMaxMessageSize
Rsyslog max message size minimum: 2048 maximum: 2147483647- Returns:
- maxMessageSize
-
setMaxMessageSize
-
equals
Return true if this dbaas_endpoint_rsyslog_input_create_settings object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-