Uses of Enum
com.exoscale.sdk.model.InstanceState
Packages that use InstanceState
-
Uses of InstanceState in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstanceStateModifier and TypeMethodDescriptionstatic InstanceState
Instance.getState()
Get stateListInstances200ResponseInstancesInner.getState()
Get statestatic InstanceState
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 InstanceStateModifier and TypeMethodDescriptionvoid
Instance.setState
(InstanceState state) void
ListInstances200ResponseInstancesInner.setState
(InstanceState state) Instance.state
(InstanceState state) ListInstances200ResponseInstancesInner.state
(InstanceState state)