Uses of Enum
com.exoscale.sdk.model.EnumPgSynchronousReplication
Packages that use EnumPgSynchronousReplication
-
Uses of EnumPgSynchronousReplication in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumPgSynchronousReplicationModifier and TypeMethodDescriptionstatic EnumPgSynchronousReplication
CreateDbaasServicePgRequest.getSynchronousReplication()
Get synchronousReplicationDbaasServicePg.getSynchronousReplication()
Get synchronousReplicationUpdateDbaasServicePgRequest.getSynchronousReplication()
Get synchronousReplicationstatic EnumPgSynchronousReplication
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 EnumPgSynchronousReplicationModifier and TypeMethodDescriptionvoid
CreateDbaasServicePgRequest.setSynchronousReplication
(EnumPgSynchronousReplication synchronousReplication) void
DbaasServicePg.setSynchronousReplication
(EnumPgSynchronousReplication synchronousReplication) void
UpdateDbaasServicePgRequest.setSynchronousReplication
(EnumPgSynchronousReplication synchronousReplication) CreateDbaasServicePgRequest.synchronousReplication
(EnumPgSynchronousReplication synchronousReplication) DbaasServicePg.synchronousReplication
(EnumPgSynchronousReplication synchronousReplication) UpdateDbaasServicePgRequest.synchronousReplication
(EnumPgSynchronousReplication synchronousReplication)