Package com.exoscale.sdk.model
Class DbaasServiceRedisComponentsInner
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasServiceRedisComponentsInner
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasServiceRedisComponentsInner extends Object
DbaasServiceRedisComponentsInner
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_COMPONENT
static String
JSON_PROPERTY_HOST
static String
JSON_PROPERTY_PORT
static String
JSON_PROPERTY_ROUTE
static String
JSON_PROPERTY_SSL
static String
JSON_PROPERTY_USAGE
-
Constructor Summary
Constructors Constructor Description DbaasServiceRedisComponentsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasServiceRedisComponentsInner
component(String component)
boolean
equals(Object o)
Return true if this dbaas_service_redis_components_inner object is equal to o.String
getComponent()
Service component nameString
getHost()
DNS name for connecting to the service componentLong
getPort()
Port number for connecting to the service component minimum: 0 maximum: 65535EnumComponentRoute
getRoute()
Get routeBoolean
getSsl()
Whether the endpoint is encrypted or accepts plaintext.EnumComponentUsage
getUsage()
Get usageint
hashCode()
DbaasServiceRedisComponentsInner
host(String host)
DbaasServiceRedisComponentsInner
port(Long port)
DbaasServiceRedisComponentsInner
route(EnumComponentRoute route)
void
setComponent(String component)
void
setHost(String host)
void
setPort(Long port)
void
setRoute(EnumComponentRoute route)
void
setSsl(Boolean ssl)
void
setUsage(EnumComponentUsage usage)
DbaasServiceRedisComponentsInner
ssl(Boolean ssl)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.DbaasServiceRedisComponentsInner
usage(EnumComponentUsage usage)
-
-
-
Field Detail
-
JSON_PROPERTY_COMPONENT
public static final String JSON_PROPERTY_COMPONENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HOST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_PORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROUTE
public static final String JSON_PROPERTY_ROUTE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SSL
public static final String JSON_PROPERTY_SSL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USAGE
public static final String JSON_PROPERTY_USAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
component
public DbaasServiceRedisComponentsInner component(String component)
-
getComponent
@Nonnull public String getComponent()
Service component name- Returns:
- component
-
setComponent
public void setComponent(String component)
-
host
public DbaasServiceRedisComponentsInner host(String host)
-
getHost
@Nonnull public String getHost()
DNS name for connecting to the service component- Returns:
- host
-
setHost
public void setHost(String host)
-
port
public DbaasServiceRedisComponentsInner port(Long port)
-
getPort
@Nonnull public Long getPort()
Port number for connecting to the service component minimum: 0 maximum: 65535- Returns:
- port
-
setPort
public void setPort(Long port)
-
route
public DbaasServiceRedisComponentsInner route(EnumComponentRoute route)
-
getRoute
@Nonnull public EnumComponentRoute getRoute()
Get route- Returns:
- route
-
setRoute
public void setRoute(EnumComponentRoute route)
-
ssl
public DbaasServiceRedisComponentsInner ssl(Boolean ssl)
-
getSsl
@Nullable public Boolean 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
public void setSsl(Boolean ssl)
-
usage
public DbaasServiceRedisComponentsInner usage(EnumComponentUsage usage)
-
getUsage
@Nonnull public EnumComponentUsage getUsage()
Get usage- Returns:
- usage
-
setUsage
public void setUsage(EnumComponentUsage usage)
-
equals
public boolean equals(Object o)
Return true if this dbaas_service_redis_components_inner object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-