Show / Hide Table of Contents

Class ServiceModeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceModeArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceModeArgs()

Declaration
public ServiceModeArgs()

Properties

View Source

Global

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

Replicated

, which contains atm only the amount of replicas

Declaration
public Input<ServiceModeReplicatedArgs> Replicated { get; set; }
Property Value
Type Description
Input<ServiceModeReplicatedArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.