DockerEngineAPI.Model.TaskSpecPluginSpec (elixir_dea v1.45.7)

Plugin spec for the service. (Experimental release only.) <p><br /></p> > Note: ContainerSpec, NetworkAttachmentSpec, and PluginSpec are > mutually exclusive. PluginSpec is only used when the Runtime field > is set to plugin. NetworkAttachmentSpec is used when the Runtime > field is set to attachment.

Summary

Types

@type t() :: %DockerEngineAPI.Model.TaskSpecPluginSpec{
  Disabled: boolean() | nil,
  Name: String.t() | nil,
  PluginPrivilege: [DockerEngineAPI.Model.PluginPrivilege.t()] | nil,
  Remote: String.t() | nil
}

Functions