DockerSdk
the .NET SDK for Docker
Properties | List of all members
DockerSdk.Networks.Events.NetworkEvent Class Reference

Represents an event emitted by the Docker daemon about a network. More...

Inheritance diagram for DockerSdk.Networks.Events.NetworkEvent:
DockerSdk.Events.Event DockerSdk.Events.IEventLowLevel DockerSdk.Networks.Events.NetworkAttachedEvent DockerSdk.Networks.Events.NetworkCreatedEvent DockerSdk.Networks.Events.NetworkDeletedEvent DockerSdk.Networks.Events.NetworkDetachedEvent

Properties

NetworkFullId NetworkId [get]
 Gets the network's ID. More...
 
NetworkName? NetworkName [get]
 Gets the network's name, if it was included in the event details. More...
 
NetworkEventType EventType [get]
 Gets the type of event that this is. More...
 
- Properties inherited from DockerSdk.Events.Event
EventSubjectType SubjectType [get]
 
DateTimeOffset Timestamp [get]
 Gets the date and time at which the event occurred, in UTC, per the daemon's clock. More...
 
- Properties inherited from DockerSdk.Events.IEventLowLevel
EventSubjectType SubjectType [get]
 Gets a value indicating what type of thing the event is about. More...
 
string ActorId [get]
 Gets the full ID of the event's subject. More...
 
string Action [get]
 Gets a value indicating the type of event this is. More...
 
IReadOnlyDictionary< string, string > ActorDetails [get]
 Gets a dictionary of supplementary information provided by the daemon about the event's subject. The keys that appear here vary by subject type, event type, and the specifics of the subject. More...
 
DateTimeOffset Timestamp [get]
 Gets the date and time at which the event occurred, in UTC, per the daemon's clock. More...
 

Detailed Description

Represents an event emitted by the Docker daemon about a network.

Property Documentation

◆ EventType

NetworkEventType DockerSdk.Networks.Events.NetworkEvent.EventType
get

Gets the type of event that this is.

◆ NetworkId

NetworkFullId DockerSdk.Networks.Events.NetworkEvent.NetworkId
get

Gets the network's ID.

◆ NetworkName

NetworkName? DockerSdk.Networks.Events.NetworkEvent.NetworkName
get

Gets the network's name, if it was included in the event details.


The documentation for this class was generated from the following file: