NetworkIPState
¶
enum class NetworkIPState {
PREPARING,
READY,
UNAVAILABLE,
}
Properties
PREPARING
A state indicating that the `NetworkIP` is currently being prepared and is expected to reach `READY` soon.
READY
A state indicating that the `NetworkIP` is ready for use or already in use.
UNAVAILABLE
A state indicating that the `NetworkIP` is currently unavailable.
This state can be used to indicate downtime or service interruptions by the provider.