# Variables
StatusRunning denotes an instances is currently running and is able to accept connections.
StatusStarting denotes an instance is currently starting and is not able to accept connections or be started.
StatusStopped denotes an instance is stopped and is not able to accept connections, but can be started.
StatusStopping denotes an instance is currently stopping and is not able to accept connections or be started.
StatusUnknown denotes an instance is in an unknown state and cannot be determined.
# Interfaces
Provider is a cloud provider.
# Type aliases
ProviderStatus is the status of an instance.