Class ServiceModeGetArgs
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 ServiceModeGetArgs : ResourceArgs
Constructors
View SourceServiceModeGetArgs()
Declaration
public ServiceModeGetArgs()
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<ServiceModeReplicatedGetArgs> Replicated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceModeReplicatedGetArgs> |