NetworkStatus Enum

Definition

Indicates status of container network.

public enum NetworkStatus
type NetworkStatus = 
Public Enum NetworkStatus
Inheritance
NetworkStatus

Fields

Creating 2

Indicates container network is being created.

Deleting 3

Indicates container network is being deleted.

Failed 5

Indicates container network is in failed state.

Invalid 0

Indicates container network status is invalid.

Ready 1

Indicates container network is ready.

Updating 4

Indicates container network is being updated.

Applies to