DockerSdk
the .NET SDK for Docker
|
Represents a notification of the creation of a new Docker network resource. More...
Properties | |
string? | Driver [get] |
Gets the name of the network drive that the network uses, such as "bridge" or "overlay". More... | |
![]() | |
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... | |
![]() | |
EventSubjectType | SubjectType [get] |
DateTimeOffset | Timestamp [get] |
Gets the date and time at which the event occurred, in UTC, per the daemon's clock. More... | |
![]() | |
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... | |
Represents a notification of the creation of a new Docker network resource.
|
get |
Gets the name of the network drive that the network uses, such as "bridge" or "overlay".