Uses of Class
com.exoscale.sdk.model.DbaasNodeState.RoleEnum
-
Packages that use DbaasNodeState.RoleEnum Package Description com.exoscale.sdk.model -
-
Uses of DbaasNodeState.RoleEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasNodeState.RoleEnum Modifier and Type Method Description static DbaasNodeState.RoleEnum
DbaasNodeState.RoleEnum. fromValue(String value)
DbaasNodeState.RoleEnum
DbaasNodeState. getRole()
Role of this node.static DbaasNodeState.RoleEnum
DbaasNodeState.RoleEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbaasNodeState.RoleEnum[]
DbaasNodeState.RoleEnum. 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 DbaasNodeState.RoleEnum Modifier and Type Method Description DbaasNodeState
DbaasNodeState. role(DbaasNodeState.RoleEnum role)
void
DbaasNodeState. setRole(DbaasNodeState.RoleEnum role)
-