Class ProviderArgs
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 sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceApiVersion
An HTTP User-Agent Prefix to prepend in API requests.
Declaration
public Input<string> ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Token
The token that allows you access to your Linode account
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UaPrefix
An HTTP User-Agent Prefix to prepend in API requests.
Declaration
public Input<string> UaPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The HTTP(S) API address of the Linode API to use.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |