Class ServiceModeArgs
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 ServiceModeArgs : ResourceArgs
Constructors
View SourceServiceModeArgs()
Declaration
public ServiceModeArgs()
Properties
View SourceGlobal
set it to true to run the service in the global mode
Declaration
public Input<bool> Global { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Replicated
, which contains atm only the amount of replicas
Declaration
public Input<ServiceModeReplicatedArgs> Replicated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceModeReplicatedArgs> |