Class ServiceArgs
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceAuth
See Auth below for details.
Declaration
public Input<ServiceAuthArgs> Auth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceAuthArgs> |
ConvergeConfig
See Converge Config below for details.
Declaration
public Input<ServiceConvergeConfigArgs> ConvergeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceConvergeConfigArgs> |
EndpointSpec
See EndpointSpec below for details.
Declaration
public Input<ServiceEndpointSpecArgs> EndpointSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceEndpointSpecArgs> |
Labels
See Labels below for details.
Declaration
public InputList<ServiceLabelArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceLabelArgs> |
Mode
See Mode below for details.
Declaration
public Input<ServiceModeArgs> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceModeArgs> |
Name
The name of the Docker service.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RollbackConfig
See RollbackConfig below for details.
Declaration
public Input<ServiceRollbackConfigArgs> RollbackConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceRollbackConfigArgs> |
TaskSpec
See TaskSpec below for details.
Declaration
public Input<ServiceTaskSpecArgs> TaskSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecArgs> |
UpdateConfig
See UpdateConfig below for details.
Declaration
public Input<ServiceUpdateConfigArgs> UpdateConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceUpdateConfigArgs> |