Package com.exoscale.sdk.model
Class DbaasServiceKafkaAuthenticationMethods
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasServiceKafkaAuthenticationMethods
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasServiceKafkaAuthenticationMethods extends Object
Kafka authentication methods
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_CERTIFICATE
static String
JSON_PROPERTY_SASL
-
Constructor Summary
Constructors Constructor Description DbaasServiceKafkaAuthenticationMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasServiceKafkaAuthenticationMethods
certificate(Boolean certificate)
boolean
equals(Object o)
Return true if this dbaas_service_kafka_authentication_methods object is equal to o.Boolean
getCertificate()
Whether certificate/SSL authentication is enabledBoolean
getSasl()
Whether SASL authentication is enabledint
hashCode()
DbaasServiceKafkaAuthenticationMethods
sasl(Boolean sasl)
void
setCertificate(Boolean certificate)
void
setSasl(Boolean sasl)
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_CERTIFICATE
public static final String JSON_PROPERTY_CERTIFICATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SASL
public static final String JSON_PROPERTY_SASL
- See Also:
- Constant Field Values
-
-
Method Detail
-
certificate
public DbaasServiceKafkaAuthenticationMethods certificate(Boolean certificate)
-
getCertificate
@Nullable public Boolean getCertificate()
Whether certificate/SSL authentication is enabled- Returns:
- certificate
-
setCertificate
public void setCertificate(Boolean certificate)
-
sasl
public DbaasServiceKafkaAuthenticationMethods sasl(Boolean sasl)
-
getSasl
@Nullable public Boolean getSasl()
Whether SASL authentication is enabled- Returns:
- sasl
-
setSasl
public void setSasl(Boolean sasl)
-
equals
public boolean equals(Object o)
Return true if this dbaas_service_kafka_authentication_methods object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-