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 EnumPgSynchronousReplicationCreateDbaasServicePgRequest.getSynchronousReplication()Get synchronousReplicationDbaasServicePg.getSynchronousReplication()Get synchronousReplicationUpdateDbaasServicePgRequest.getSynchronousReplication()Get synchronousReplicationstatic EnumPgSynchronousReplicationReturns 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 TypeMethodDescriptionvoidCreateDbaasServicePgRequest.setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication) voidDbaasServicePg.setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication) voidUpdateDbaasServicePgRequest.setSynchronousReplication(EnumPgSynchronousReplication synchronousReplication) CreateDbaasServicePgRequest.synchronousReplication(EnumPgSynchronousReplication synchronousReplication) DbaasServicePg.synchronousReplication(EnumPgSynchronousReplication synchronousReplication) UpdateDbaasServicePgRequest.synchronousReplication(EnumPgSynchronousReplication synchronousReplication)