Share via


NetworkStatusFilter Enum

Definition

Enumerates the filters used for matching the status of container networks that should be returned by query.

public enum NetworkStatusFilter
type NetworkStatusFilter = 
Public Enum NetworkStatusFilter
Inheritance
NetworkStatusFilter

Fields

Default 0

Indicates no filter is added on network status.

Ready 1

Indicates a filter that matches container networks that are ready.

Creating 2

Indicates a filter that matches container networks that are being created.

Deleting 4

Indicates a filter that matches container networks that are being deleted.

Updating 8

Indicates a filter that matches container networks that are being updated.

Failed 16

Indicates a filter that matches container networks that are in a failed state.

All 65535

Indicates no filter is added on network status.

Applies to