Uses of Enum
com.exoscale.sdk.model.JsonSchemaPg.IoMethodEnum
Packages that use JsonSchemaPg.IoMethodEnum
-
Uses of JsonSchemaPg.IoMethodEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.IoMethodEnumModifier and TypeMethodDescriptionstatic JsonSchemaPg.IoMethodEnumJsonSchemaPg.getIoMethod()EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously.static JsonSchemaPg.IoMethodEnumReturns the enum constant of this type with the specified name.static JsonSchemaPg.IoMethodEnum[]JsonSchemaPg.IoMethodEnum.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 JsonSchemaPg.IoMethodEnumModifier and TypeMethodDescriptionJsonSchemaPg.ioMethod(JsonSchemaPg.IoMethodEnum ioMethod) voidJsonSchemaPg.setIoMethod(JsonSchemaPg.IoMethodEnum ioMethod)