Show / Hide Table of Contents

Class ServiceTaskSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecArgs : ResourceArgs

Constructors

View Source

ServiceTaskSpecArgs()

Declaration
public ServiceTaskSpecArgs()

Properties

View Source

ContainerSpec

See ContainerSpec below for details.

Declaration
public Input<ServiceTaskSpecContainerSpecArgs> ContainerSpec { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecContainerSpecArgs>
View Source

ForceUpdate

A counter that triggers an update even if no relevant parameters have been changed. See Docker Spec.

Declaration
public Input<int> ForceUpdate { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LogDriver

See Log Driver below for details.

Declaration
public Input<ServiceTaskSpecLogDriverArgs> LogDriver { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecLogDriverArgs>
View Source

Networks

Ids of the networks in which the container will be put in.

Declaration
public InputList<string> Networks { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Placement

See Placement below for details.

Declaration
public Input<ServiceTaskSpecPlacementArgs> Placement { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecPlacementArgs>
View Source

Resources

See Resources below for details.

Declaration
public Input<ServiceTaskSpecResourcesArgs> Resources { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecResourcesArgs>
View Source

RestartPolicy

See Restart Policy below for details.

Declaration
public Input<ServiceTaskSpecRestartPolicyArgs> RestartPolicy { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecRestartPolicyArgs>
View Source

Runtime

Runtime is the type of runtime specified for the task executor. See Docker Runtime.

Declaration
public Input<string> Runtime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.