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

Properties

View Source

AccountId

Configure API client to always use that account.

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

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>
View Source

ApiKey

The API key for operations.

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

ApiToken

The API Token for operations.

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

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
View Source

Email

A registered Cloudflare email address.

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

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.