Uses of Class
com.exoscale.sdk.model.EnumRsyslogFormat
-
Packages that use EnumRsyslogFormat Package Description com.exoscale.sdk.model -
-
Uses of EnumRsyslogFormat in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumRsyslogFormat Modifier and Type Method Description static EnumRsyslogFormat
EnumRsyslogFormat. fromValue(String value)
EnumRsyslogFormat
DbaasEndpointRsyslog. getFormat()
Get formatEnumRsyslogFormat
DbaasEndpointRsyslogInputCreateSettings. getFormat()
Get formatEnumRsyslogFormat
DbaasEndpointRsyslogInputUpdateSettings. getFormat()
Get formatEnumRsyslogFormat
DbaasEndpointRsyslogOptionalFields. getFormat()
Get formatstatic EnumRsyslogFormat
EnumRsyslogFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumRsyslogFormat[]
EnumRsyslogFormat. 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 EnumRsyslogFormat Modifier and Type Method Description DbaasEndpointRsyslog
DbaasEndpointRsyslog. format(EnumRsyslogFormat format)
DbaasEndpointRsyslogInputCreateSettings
DbaasEndpointRsyslogInputCreateSettings. format(EnumRsyslogFormat format)
DbaasEndpointRsyslogInputUpdateSettings
DbaasEndpointRsyslogInputUpdateSettings. format(EnumRsyslogFormat format)
DbaasEndpointRsyslogOptionalFields
DbaasEndpointRsyslogOptionalFields. format(EnumRsyslogFormat format)
void
DbaasEndpointRsyslog. setFormat(EnumRsyslogFormat format)
void
DbaasEndpointRsyslogInputCreateSettings. setFormat(EnumRsyslogFormat format)
void
DbaasEndpointRsyslogInputUpdateSettings. setFormat(EnumRsyslogFormat format)
void
DbaasEndpointRsyslogOptionalFields. setFormat(EnumRsyslogFormat format)
-