Package com.exoscale.sdk.model
Class DbaasServiceComponents
java.lang.Object
com.exoscale.sdk.model.DbaasServiceComponents
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceComponents
extends Object
Service component information objects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Network access routestatic enum
DNS usage name -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this dbaas-service-components object is equal to o.Service component namegetHost()
DNS name for connecting to the service componentGet kafkaAuthenticationMethodgetPath()
Path component of the service URL (useful only if service component is HTTP or HTTPS endpoint)getPort()
Port number for connecting to the service component minimum: 0 maximum: 65535getRoute()
Network access routegetSsl()
Whether the endpoint is encrypted or accepts plaintext.getUsage()
DNS usage nameint
hashCode()
kafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) void
setComponent
(String component) void
void
setKafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) void
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_COMPONENT
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_KAFKA_AUTHENTICATION_METHOD
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_ROUTE
- See Also:
-
JSON_PROPERTY_SSL
- See Also:
-
JSON_PROPERTY_USAGE
- See Also:
-
-
Constructor Details
-
DbaasServiceComponents
public DbaasServiceComponents()
-
-
Method Details
-
component
-
getComponent
Service component name- Returns:
- component
-
setComponent
-
host
-
getHost
DNS name for connecting to the service component- Returns:
- host
-
setHost
-
kafkaAuthenticationMethod
public DbaasServiceComponents kafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod) -
getKafkaAuthenticationMethod
Get kafkaAuthenticationMethod- Returns:
- kafkaAuthenticationMethod
-
setKafkaAuthenticationMethod
-
path
-
getPath
Path component of the service URL (useful only if service component is HTTP or HTTPS endpoint)- Returns:
- path
-
setPath
-
port
-
getPort
Port number for connecting to the service component minimum: 0 maximum: 65535- Returns:
- port
-
setPort
-
route
-
getRoute
Network access route- Returns:
- route
-
setRoute
-
ssl
-
getSsl
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption.- Returns:
- ssl
-
setSsl
-
usage
-
getUsage
DNS usage name- Returns:
- usage
-
setUsage
-
equals
Return true if this dbaas-service-components 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
-