Class ContainerUpload
Inheritance
System.Object
ContainerUpload
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 ContainerUpload
Fields
View SourceContent
Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.
Declaration
public readonly string Content
Field Value
| Type | Description |
|---|---|
| System.String |
ContentBase64
Declaration
public readonly string ContentBase64
Field Value
| Type | Description |
|---|---|
| System.String |
Executable
If true, the file will be uploaded with user executable permission. Defaults to false.
Declaration
public readonly bool? Executable
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
File
path to a file in the container.
Declaration
public readonly string File
Field Value
| Type | Description |
|---|---|
| System.String |
Source
A filename that references a file which will be uploaded as the object content. This allows for large file uploads that do not get stored in state.
Declaration
public readonly string Source
Field Value
| Type | Description |
|---|---|
| System.String |
SourceHash
If using source, this will force an update if the file content has updated but the filename has not.
Declaration
public readonly string SourceHash
Field Value
| Type | Description |
|---|---|
| System.String |