Uses of Enum
com.exoscale.sdk.model.DbaasNodeState.RoleEnum
Packages that use DbaasNodeState.RoleEnum
-
Uses of DbaasNodeState.RoleEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasNodeState.RoleEnumModifier and TypeMethodDescriptionstatic DbaasNodeState.RoleEnum
DbaasNodeState.getRole()
Role of this node.static DbaasNodeState.RoleEnum
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.RoleEnumModifier and TypeMethodDescriptionDbaasNodeState.role
(DbaasNodeState.RoleEnum role) void
DbaasNodeState.setRole
(DbaasNodeState.RoleEnum role)