Package com.exoscale.sdk.model
Class DbaasEndpointRsyslogSecrets
java.lang.Object
com.exoscale.sdk.model.DbaasEndpointRsyslogSecrets
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasEndpointRsyslogSecrets
extends Object
DbaasEndpointRsyslogSecrets
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this dbaas-endpoint-rsyslog-secrets object is equal to o.getCa()PEM encoded CA certificategetCert()PEM encoded client certificategetKey()PEM encoded client keyinthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CA
- See Also:
-
JSON_PROPERTY_CERT
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
DbaasEndpointRsyslogSecrets
public DbaasEndpointRsyslogSecrets()
-
-
Method Details
-
ca
-
getCa
PEM encoded CA certificate- Returns:
- ca
-
setCa
-
cert
-
getCert
PEM encoded client certificate- Returns:
- cert
-
setCert
-
key
-
getKey
PEM encoded client key- Returns:
- key
-
setKey
-
equals
Return true if this dbaas-endpoint-rsyslog-secrets 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
-