Show / Hide Table of Contents

Class Config

Inheritance
System.Object
Config
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public static class Config

Properties

View Source

AccessKey

API Key used to authenticate with the rancher server

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

ApiUrl

The URL to the rancher API

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

Bootstrap

Bootstrap rancher server

Declaration
public static bool? Bootstrap { get; set; }
Property Value
Type Description
System.Nullable<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 static string CaCerts { get; set; }
Property Value
Type Description
System.String
View Source

Insecure

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

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

Retries

Rancher connection retries

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

SecretKey

API secret used to authenticate with the rancher server

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

TokenKey

API token used to authenticate with the rancher server

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