Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
Inherited Members
ResourceArgs.Empty
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 Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

CaMaterial

PEM-encoded content of Docker host CA certificate

Declaration
public Input<string> CaMaterial { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertMaterial

PEM-encoded content of Docker client certificate

Declaration
public Input<string> CertMaterial { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertPath

Path to directory with Docker TLS config

Declaration
public Input<string> CertPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

The Docker daemon address

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyMaterial

PEM-encoded content of Docker client private key

Declaration
public Input<string> KeyMaterial { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RegistryAuth

Declaration
public InputList<ProviderRegistryAuthArgs> RegistryAuth { get; set; }
Property Value
Type Description
InputList<ProviderRegistryAuthArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.