Show / Hide Table of Contents

Class GetPluginComponentResult

Inheritance
System.Object
GetPluginComponentResult
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.Plugins
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class GetPluginComponentResult

Fields

View Source

HealthStatus

The health status of the plugin component.

Declaration
public readonly string HealthStatus
Field Value
Type Description
System.String
View Source

Id

The ID of the plugin component.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PluginId

Declaration
public readonly int PluginId
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.