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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

Address

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

CaFile

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

CaPath

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

CertFile

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

Datacenter

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

HttpAuth

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

InsecureHttps

Declaration
public Input<bool> InsecureHttps { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KeyFile

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

Namespace

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

Scheme

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

Token

Declaration
public Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.