Show / Hide Table of Contents

Class ServiceTaskSpecLogDriver

Inheritance
System.Object
ServiceTaskSpecLogDriver
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 ServiceTaskSpecLogDriver

Fields

View Source

Name

The logging driver to use. Either (none|json-file|syslog|journald|gelf|fluentd|awslogs|splunk|etwlogs|gcplogs).

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Options

The options for the logging driver, e.g.

Declaration
public readonly ImmutableDictionary<string, string> Options
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.