Namespace Neon.Docker
Classes
DockerClient
Implements a client that can submit commands to a Docker engine via the Docker Remote API.
DockerNetwork
Describes a Docker network.
DockerNetworkContainer
Describes a container attached to a Docker network.
DockerNetworkIpam
Describes a Docker network's IPAM configuration.
DockerNode
Describes a cluster node.
DockerNodeManagerStatus
Describes a Docker manager node's status.
DockerResponse
The base Docker API response class.
DockerSettings
Specifies the configuration settings for a DockerClient.
DockerVolume
Describes a Docker volume.
NetworkCreateResponse
The response from a NetworkCreateAsync(DockerNetwork, CancellationToken) command.
ServiceBindOptions
Mounted directory bind options.
ServiceConfig
Service config.
ServiceContainerSpec
Service container/task specification.
ServiceCredentialSpec
Windows-only: Specifies how Windows credentials are to be loaded for the container.
ServiceDetails
Holds the details describing a running Docker swarm service from the service list or inspection REST APIs.
note
This type matches the Docker API v1.35.
ServiceDiscreteResourceSpec
Describes name-valued user-defined resource setting.
ServiceDnsConfig
Specifies service container DNS related options.
ServiceEndpoint
Service endpoint and network settings.
ServiceEndpointPortConfig
Service port publication specification.
ServiceEndpointSpec
Service endpoint specification.
ServiceFile
Configuration information for a Docker secret or config that is mapped into a service container.
ServiceGenericResources
Describes user-defined resource settings.
ServiceGlobalSchedulingMode
Global scheduling mode options.
ServiceHealthCheck
Specifies a custom service logging driver.
ServiceListResponse
The response from a ServiceListAsync(CancellationToken) command.
ServiceLogDriver
Specifies a custom service logging driver.
ServiceMount
Service mount specification.
ServiceNamedResourceSpec
Describes name-valued user-defined resource setting.
ServiceNetwork
Service container spread placement settings.
ServicePlacement
Service container placement options.
ServicePlacementPreferences
Service container placement preferences.
ServicePlacementSpreadSettings
Service container spread placement settings.
ServicePlatform
Service container spread placement settings.
ServicePrivileges
Security options for service containers.
ServiceReplicatedSchedulingMode
Replicated scheduling mode options.
ServiceResourceSettings
Describes system resource consumption settings.
ServiceResources
Specifies the service resource requirements and limits.
ServiceRestartPolicy
Specifies the restart policy for service containers.
ServiceRollbackConfig
Specifies the rollback strategy for a service.
ServiceSELinuxContext
SELinux labels for the container.
ServiceSchedulingMode
Orchestration scheduling mode for the service.
ServiceSecret
Service secret.
ServiceSpec
User modifiable service configuration.
ServiceTaskTemplate
User modifiable service task configuration.
ServiceTmpfsOptions
Volume Tempfs options.
ServiceUpdateConfig
Specifies the update strategy for a service.
ServiceUpdateStatus
Describes the virtual IP address assigned to the service on a specific attached network.
ServiceVersion
Windows-only: Specifies how Windows credentials are to be loaded for the container.
ServiceVirtualIP
Describes the virtual IP address assigned to the service on a specific attached network.
ServiceVolumeDriverConfig
Volume driver configuration options.
ServiceVolumeOptions
Volume options for volume service mounts.
VolumeListResponse
The response from a VolumeListAsync(CancellationToken) command.
Enums
ServiceEndpointMode
Service endpoint mode.
ServiceIsolationMode
Windows Only: Enumerates the isolation technologies to be used for the service containers.
ServiceMode
Enumerates the service modes.
ServiceMountBindPropagation
Enumerates the mount propagation options.
ServiceMountConsistency
Enumerates the service mount consistency options
ServiceMountType
Enumerates the service mount types.
ServicePortMode
Enumerates the service port modes.
ServicePortProtocol
Enumerates the service port protocols.
ServiceRestartCondition
Enumerates the service restart conditions.
ServiceRollbackFailureAction
Enumerates the service rollback failure actions.
ServiceRollbackOrder
Enumerates the service task rollback order options.
ServiceUpdateFailureAction
Enumerates the service update failure actions.
ServiceUpdateOrder
Enumerates the service taek update rollback order options.
ServiceUpdateState
Enumerates the service update states.