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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public static class Config

Properties

View Source

ApiVersion

An HTTP User-Agent Prefix to prepend in API requests.

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

Token

The token that allows you access to your Linode account

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

UaPrefix

An HTTP User-Agent Prefix to prepend in API requests.

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

Url

The HTTP(S) API address of the Linode API to use.

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