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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public static class Config
Properties
View SourceAccountId
Configure API client to always use that account.
Declaration
public static string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ApiClientLogging
Whether to print logs from the API client (using the default log library logger)
Declaration
public static bool? ApiClientLogging { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ApiKey
The API key for operations.
Declaration
public static string ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ApiToken
The API Token for operations.
Declaration
public static string ApiToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ApiUserServiceKey
A special Cloudflare API key good for a restricted set of endpoints.
Declaration
public static string ApiUserServiceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
A registered Cloudflare email address.
Declaration
public static string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxBackoff
Maximum backoff period in seconds after failed API calls
Declaration
public static int? MaxBackoff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MinBackoff
Minimum backoff period in seconds after failed API calls
Declaration
public static int? MinBackoff { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Retries
Maximum number of retries to perform when an API request fails
Declaration
public static int? Retries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Rps
RPS limit to apply when making calls to the API
Declaration
public static int? Rps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |