Class ServiceTaskSpecArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecArgs()
Declaration
public ServiceTaskSpecArgs()
Properties
View SourceContainerSpec
See ContainerSpec below for details.
Declaration
public Input<ServiceTaskSpecContainerSpecArgs> ContainerSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecContainerSpecArgs> |
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> |
LogDriver
See Log Driver below for details.
Declaration
public Input<ServiceTaskSpecLogDriverArgs> LogDriver { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecLogDriverArgs> |
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> |
Placement
See Placement below for details.
Declaration
public Input<ServiceTaskSpecPlacementArgs> Placement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecPlacementArgs> |
Resources
See Resources below for details.
Declaration
public Input<ServiceTaskSpecResourcesArgs> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecResourcesArgs> |
RestartPolicy
See Restart Policy below for details.
Declaration
public Input<ServiceTaskSpecRestartPolicyArgs> RestartPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecRestartPolicyArgs> |
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> |