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

Properties

View Source

ApiKey

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

ApiUrl

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

CacertFile

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

InfraApiUrl

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

InfrastructureApiUrl

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

InsecureSkipVerify

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

InsightsAccountId

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

InsightsInsertKey

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

InsightsInsertUrl

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

InsightsQueryKey

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

InsightsQueryUrl

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

NerdgraphApiUrl

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

PersonalApiKey

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

SyntheticsApiUrl

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