Class ServiceTaskSpecPlacementPlatformArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecPlacementPlatformArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecPlacementPlatformArgs()
Declaration
public ServiceTaskSpecPlacementPlatformArgs()
Properties
View SourceArchitecture
The architecture, e.g., amd64
Declaration
public Input<string> Architecture { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Os
The operation system, e.g., linux
Declaration
public Input<string> Os { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |