Class ServiceTaskSpec
Inheritance
System.Object
ServiceTaskSpec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpec
Fields
View SourceContainerSpec
See ContainerSpec below for details.
Declaration
public readonly ServiceTaskSpecContainerSpec ContainerSpec
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecContainerSpec |
ForceUpdate
A counter that triggers an update even if no relevant parameters have been changed. See Docker Spec.
Declaration
public readonly int? ForceUpdate
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LogDriver
See Log Driver below for details.
Declaration
public readonly ServiceTaskSpecLogDriver LogDriver
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecLogDriver |
Networks
Ids of the networks in which the container will be put in.
Declaration
public readonly ImmutableArray<string> Networks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Placement
See Placement below for details.
Declaration
public readonly ServiceTaskSpecPlacement Placement
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecPlacement |
Resources
See Resources below for details.
Declaration
public readonly ServiceTaskSpecResources Resources
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecResources |
RestartPolicy
See Restart Policy below for details.
Declaration
public readonly ServiceTaskSpecRestartPolicy RestartPolicy
Field Value
| Type | Description |
|---|---|
| ServiceTaskSpecRestartPolicy |
Runtime
Runtime is the type of runtime specified for the task executor. See Docker Runtime.
Declaration
public readonly string Runtime
Field Value
| Type | Description |
|---|---|
| System.String |