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 SourceHealthStatus
The health status of the plugin component.
Declaration
public readonly string HealthStatus
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the plugin component.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PluginId
Declaration
public readonly int PluginId
Field Value
| Type | Description |
|---|---|
| System.Int32 |