Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Auth

See Auth below for details.

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

ConvergeConfig

See Converge Config below for details.

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

EndpointSpec

See EndpointSpec below for details.

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

Labels

See Labels below for details.

Declaration
public InputList<ServiceLabelGetArgs> Labels { get; set; }
Property Value
Type Description
InputList<ServiceLabelGetArgs>
View Source

Mode

See Mode below for details.

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

Name

The name of the Docker service.

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

RollbackConfig

See RollbackConfig below for details.

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

TaskSpec

See TaskSpec below for details.

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

UpdateConfig

See UpdateConfig below for details.

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