Package com.exoscale.sdk.model
Class DbaasServicePgConnectionInfo
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasServicePgConnectionInfo
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasServicePgConnectionInfo extends Object
PG connection information properties
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_PARAMS
static String
JSON_PROPERTY_STANDBY
static String
JSON_PROPERTY_SYNCING
static String
JSON_PROPERTY_URI
-
Constructor Summary
Constructors Constructor Description DbaasServicePgConnectionInfo()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_URI
public static final String JSON_PROPERTY_URI
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARAMS
public static final String JSON_PROPERTY_PARAMS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STANDBY
public static final String JSON_PROPERTY_STANDBY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SYNCING
public static final String JSON_PROPERTY_SYNCING
- See Also:
- Constant Field Values
-
-
Method Detail
-
uri
public DbaasServicePgConnectionInfo uri(List<String> uri)
-
addUriItem
public DbaasServicePgConnectionInfo addUriItem(String uriItem)
-
params
public DbaasServicePgConnectionInfo params(List<Map<String,String>> params)
-
addParamsItem
public DbaasServicePgConnectionInfo addParamsItem(Map<String,String> paramsItem)
-
standby
public DbaasServicePgConnectionInfo standby(List<String> standby)
-
addStandbyItem
public DbaasServicePgConnectionInfo addStandbyItem(String standbyItem)
-
syncing
public DbaasServicePgConnectionInfo syncing(List<String> syncing)
-
addSyncingItem
public DbaasServicePgConnectionInfo addSyncingItem(String syncingItem)
-
equals
public boolean equals(Object o)
Return true if this dbaas_service_pg_connection_info object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-