Enum k8s_cluster_api::v1beta1::infrastructure::aws::InstanceState [−][src]
pub enum InstanceState {
Pending,
Running,
ShuttingDown,
Terminated,
Stopping,
Stopped,
}
Expand description
InstanceState describes the state of an AWS instance.
Variants
Pending
InstanceStatePending is the string representing an instance in a pending state.
Running
InstanceStateRunning is the string representing an instance in a running state.
ShuttingDown
InstanceStateShuttingDown is the string representing an instance shutting down.
Terminated
InstanceStateTerminated is the string representing an instance that has been terminated.
Stopping
InstanceStateStopping is the string representing an instance that is in the process of being stopped and can be restarted.
Stopped
InstanceStateStopped is the string representing an instance that has been stopped and can be restarted.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstanceState
impl Send for InstanceState
impl Sync for InstanceState
impl Unpin for InstanceState
impl UnwindSafe for InstanceState
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more