Package com.exoscale.sdk.model
Class GetDbaasSettingsPg200ResponseSettings
- java.lang.Object
-
- com.exoscale.sdk.model.GetDbaasSettingsPg200ResponseSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class GetDbaasSettingsPg200ResponseSettings extends Object
GetDbaasSettingsPg200ResponseSettings
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_PG
static String
JSON_PROPERTY_PGBOUNCER
static String
JSON_PROPERTY_PGLOOKOUT
static String
JSON_PROPERTY_TIMESCALEDB
-
Constructor Summary
Constructors Constructor Description GetDbaasSettingsPg200ResponseSettings()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_PG
public static final String JSON_PROPERTY_PG
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PGLOOKOUT
public static final String JSON_PROPERTY_PGLOOKOUT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PGBOUNCER
public static final String JSON_PROPERTY_PGBOUNCER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TIMESCALEDB
public static final String JSON_PROPERTY_TIMESCALEDB
- See Also:
- Constant Field Values
-
-
Method Detail
-
pg
public GetDbaasSettingsPg200ResponseSettings pg(GetDbaasSettingsPg200ResponseSettingsPg pg)
-
getPg
@Nullable public GetDbaasSettingsPg200ResponseSettingsPg getPg()
Get pg- Returns:
- pg
-
setPg
public void setPg(GetDbaasSettingsPg200ResponseSettingsPg pg)
-
pglookout
public GetDbaasSettingsPg200ResponseSettings pglookout(GetDbaasSettingsPg200ResponseSettingsPglookout pglookout)
-
getPglookout
@Nullable public GetDbaasSettingsPg200ResponseSettingsPglookout getPglookout()
Get pglookout- Returns:
- pglookout
-
setPglookout
public void setPglookout(GetDbaasSettingsPg200ResponseSettingsPglookout pglookout)
-
pgbouncer
public GetDbaasSettingsPg200ResponseSettings pgbouncer(GetDbaasSettingsPg200ResponseSettingsPgbouncer pgbouncer)
-
getPgbouncer
@Nullable public GetDbaasSettingsPg200ResponseSettingsPgbouncer getPgbouncer()
Get pgbouncer- Returns:
- pgbouncer
-
setPgbouncer
public void setPgbouncer(GetDbaasSettingsPg200ResponseSettingsPgbouncer pgbouncer)
-
timescaledb
public GetDbaasSettingsPg200ResponseSettings timescaledb(GetDbaasSettingsPg200ResponseSettingsTimescaledb timescaledb)
-
getTimescaledb
@Nullable public GetDbaasSettingsPg200ResponseSettingsTimescaledb getTimescaledb()
Get timescaledb- Returns:
- timescaledb
-
setTimescaledb
public void setTimescaledb(GetDbaasSettingsPg200ResponseSettingsTimescaledb timescaledb)
-
equals
public boolean equals(Object o)
Return true if this get_dbaas_settings_pg_200_response_settings object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-