Show / Hide Table of Contents

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 Source

ContainerSpec

See ContainerSpec below for details.

Declaration
public readonly ServiceTaskSpecContainerSpec ContainerSpec
Field Value
Type Description
ServiceTaskSpecContainerSpec
View Source

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>
View Source

LogDriver

See Log Driver below for details.

Declaration
public readonly ServiceTaskSpecLogDriver LogDriver
Field Value
Type Description
ServiceTaskSpecLogDriver
View Source

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>
View Source

Placement

See Placement below for details.

Declaration
public readonly ServiceTaskSpecPlacement Placement
Field Value
Type Description
ServiceTaskSpecPlacement
View Source

Resources

See Resources below for details.

Declaration
public readonly ServiceTaskSpecResources Resources
Field Value
Type Description
ServiceTaskSpecResources
View Source

RestartPolicy

See Restart Policy below for details.

Declaration
public readonly ServiceTaskSpecRestartPolicy RestartPolicy
Field Value
Type Description
ServiceTaskSpecRestartPolicy
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.