Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecConfig

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

Fields

View Source

ConfigId

ConfigID represents the ID of the specific config.

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

ConfigName

The name of the config that this references, but internally it is just provided for lookup/display purposes

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

FileGid

Represents the file GID. Defaults: 0

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

FileMode

Represents the FileMode of the file. Defaults: 0444

Declaration
public readonly int? FileMode
Field Value
Type Description
System.Nullable<System.Int32>
View Source

FileName

Represents the final filename in the filesystem. The specific target file that the config data is written within the docker container, e.g. /root/config/config.json

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

FileUid

Represents the file UID. Defaults: 0

Declaration
public readonly string FileUid
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.