Class ServiceMode
Inheritance
System.Object
ServiceMode
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.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceMode
Fields
View SourceGlobal
set it to true to run the service in the global mode
Declaration
public readonly bool? Global
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Replicated
, which contains atm only the amount of replicas
Declaration
public readonly ServiceModeReplicated Replicated
Field Value
| Type | Description |
|---|---|
| ServiceModeReplicated |