Class ServiceState
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 ServiceState : ResourceArgs
Constructors
View SourceServiceState()
Declaration
public ServiceState()
Properties
View SourceAuth
See Auth below for details.
Declaration
public Input<ServiceAuthGetArgs> Auth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceAuthGetArgs> |
ConvergeConfig
See Converge Config below for details.
Declaration
public Input<ServiceConvergeConfigGetArgs> ConvergeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceConvergeConfigGetArgs> |
EndpointSpec
See EndpointSpec below for details.
Declaration
public Input<ServiceEndpointSpecGetArgs> EndpointSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceEndpointSpecGetArgs> |
Labels
See Labels below for details.
Declaration
public InputList<ServiceLabelGetArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceLabelGetArgs> |
Mode
See Mode below for details.
Declaration
public Input<ServiceModeGetArgs> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceModeGetArgs> |
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<ServiceRollbackConfigGetArgs> RollbackConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceRollbackConfigGetArgs> |
TaskSpec
See TaskSpec below for details.
Declaration
public Input<ServiceTaskSpecGetArgs> TaskSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecGetArgs> |
UpdateConfig
See UpdateConfig below for details.
Declaration
public Input<ServiceUpdateConfigGetArgs> UpdateConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceUpdateConfigGetArgs> |