Uses of Class
com.exoscale.sdk.model.InstanceState
-
Packages that use InstanceState Package Description com.exoscale.sdk.model -
-
Uses of InstanceState in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstanceState Modifier and Type Method Description static InstanceState
InstanceState. fromValue(String value)
InstanceState
Instance. getState()
Get stateInstanceState
ListInstances200ResponseInstancesInner. getState()
Get statestatic InstanceState
InstanceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceState[]
InstanceState. 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 InstanceState Modifier and Type Method Description void
Instance. setState(InstanceState state)
void
ListInstances200ResponseInstancesInner. setState(InstanceState state)
Instance
Instance. state(InstanceState state)
ListInstances200ResponseInstancesInner
ListInstances200ResponseInstancesInner. state(InstanceState state)
-