Show / Hide Table of Contents

Class ServiceTaskSpecPlacementArgs

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

Constructors

View Source

ServiceTaskSpecPlacementArgs()

Declaration
public ServiceTaskSpecPlacementArgs()

Properties

View Source

Constraints

An array of constraints. e.g.: node.role==manager

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

Platforms

Platforms stores all the platforms that the service's image can run on

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

Prefs

Preferences provide a way to make the scheduler aware of factors such as topology. They are provided in order from highest to lowest precedence, e.g.: spread=node.role.manager

Declaration
public InputList<string> Prefs { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.