Class ServiceTaskSpecContainerSpecConfigArgs
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 ServiceTaskSpecContainerSpecConfigArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecConfigArgs()
Declaration
public ServiceTaskSpecContainerSpecConfigArgs()
Properties
View SourceConfigId
ConfigID represents the ID of the specific config.
Declaration
public Input<string> ConfigId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfigName
The name of the config that this references, but internally it is just provided for lookup/display purposes
Declaration
public Input<string> ConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileGid
Represents the file GID. Defaults: 0
Declaration
public Input<string> FileGid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileMode
Represents the FileMode of the file. Defaults: 0444
Declaration
public Input<int> FileMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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 Input<string> FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileUid
Represents the file UID. Defaults: 0
Declaration
public Input<string> FileUid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |