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

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

AccessKey

API Key used to authenticate with the rancher server

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

ApiUrl

The URL to the rancher API

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

Bootstrap

Bootstrap rancher server

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

CaCerts

CA certificates used to sign rancher server tls certificates. Mandatory if self signed tls and insecure option false

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

Insecure

Allow insecure connections to Rancher. Mandatory if self signed tls and not ca_certs provided

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

Retries

Rancher connection retries

Declaration
public Input<int> Retries { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SecretKey

API secret used to authenticate with the rancher server

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

TokenKey

API token used to authenticate with the rancher server

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