Class ServiceTaskSpecGetArgs
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 ServiceTaskSpecGetArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecGetArgs()
Declaration
public ServiceTaskSpecGetArgs()
Properties
View SourceContainerSpec
See ContainerSpec below for details.
Declaration
public Input<ServiceTaskSpecContainerSpecGetArgs> ContainerSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecContainerSpecGetArgs> |
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<ServiceTaskSpecLogDriverGetArgs> LogDriver { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecLogDriverGetArgs> |
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<ServiceTaskSpecPlacementGetArgs> Placement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecPlacementGetArgs> |
Resources
See Resources below for details.
Declaration
public Input<ServiceTaskSpecResourcesGetArgs> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecResourcesGetArgs> |
RestartPolicy
See Restart Policy below for details.
Declaration
public Input<ServiceTaskSpecRestartPolicyGetArgs> RestartPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecRestartPolicyGetArgs> |
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> |