Show / Hide Table of Contents

Class ServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceArgs
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 ServiceArgs : ResourceArgs

Constructors

View Source

ServiceArgs()

Declaration
public ServiceArgs()

Properties

View Source

Auth

See Auth below for details.

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

ConvergeConfig

See Converge Config below for details.

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

EndpointSpec

See EndpointSpec below for details.

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

Labels

See Labels below for details.

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

Mode

See Mode below for details.

Declaration
public Input<ServiceModeArgs> Mode { get; set; }
Property Value
Type Description
Input<ServiceModeArgs>
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<ServiceRollbackConfigArgs> RollbackConfig { get; set; }
Property Value
Type Description
Input<ServiceRollbackConfigArgs>
View Source

TaskSpec

See TaskSpec below for details.

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

UpdateConfig

See UpdateConfig below for details.

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