Uses of Class
com.exoscale.sdk.model.EnumPgSynchronousReplication
-
Packages that use EnumPgSynchronousReplication Package Description com.exoscale.sdk.model -
-
Uses of EnumPgSynchronousReplication in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumPgSynchronousReplication Modifier and Type Method Description static EnumPgSynchronousReplication
EnumPgSynchronousReplication. fromValue(String value)
EnumPgSynchronousReplication
CreateDbaasServicePgRequest. getSynchronousReplication()
Get synchronousReplicationEnumPgSynchronousReplication
DbaasServicePg. getSynchronousReplication()
Get synchronousReplicationEnumPgSynchronousReplication
UpdateDbaasServicePgRequest. getSynchronousReplication()
Get synchronousReplicationstatic EnumPgSynchronousReplication
EnumPgSynchronousReplication. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumPgSynchronousReplication[]
EnumPgSynchronousReplication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type EnumPgSynchronousReplication Modifier and Type Method Description void
CreateDbaasServicePgRequest. setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication)
void
DbaasServicePg. setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication)
void
UpdateDbaasServicePgRequest. setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication)
CreateDbaasServicePgRequest
CreateDbaasServicePgRequest. synchronousReplication(EnumPgSynchronousReplication synchronousReplication)
DbaasServicePg
DbaasServicePg. synchronousReplication(EnumPgSynchronousReplication synchronousReplication)
UpdateDbaasServicePgRequest
UpdateDbaasServicePgRequest. synchronousReplication(EnumPgSynchronousReplication synchronousReplication)
-