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 InstanceStateInstance.getState()Get stateListInstances200ResponseInstancesInner.getState()Get statestatic InstanceStateReturns 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 TypeMethodDescriptionvoidInstance.setState(InstanceState state) voidListInstances200ResponseInstancesInner.setState(InstanceState state) Instance.state(InstanceState state) ListInstances200ResponseInstancesInner.state(InstanceState state)