Class ProviderArgs
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceCaMaterial
PEM-encoded content of Docker host CA certificate
Declaration
public Input<string> CaMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertMaterial
PEM-encoded content of Docker client certificate
Declaration
public Input<string> CertMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertPath
Path to directory with Docker TLS config
Declaration
public Input<string> CertPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The Docker daemon address
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyMaterial
PEM-encoded content of Docker client private key
Declaration
public Input<string> KeyMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegistryAuth
Declaration
public InputList<ProviderRegistryAuthArgs> RegistryAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ProviderRegistryAuthArgs> |