Show / Hide Table of Contents

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 Source

Global

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>
View Source

Replicated

, which contains atm only the amount of replicas

Declaration
public readonly ServiceModeReplicated Replicated
Field Value
Type Description
ServiceModeReplicated
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.