Dela 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

All 65535

Indicates no filter is added on network status.

Creating 2

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

Default 0

Indicates no filter is added on network status.

Deleting 4

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

Failed 16

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

Ready 1

Indicates a filter that matches container networks that are ready.

Updating 8

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

Applies to