Class WorkloadArgs
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 WorkloadArgs : ResourceArgs
Constructors
View SourceWorkloadArgs()
Declaration
public WorkloadArgs()
Properties
View SourceAccountId
The New Relic account ID where you want to create the workload.
Declaration
public Input<int> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
EntityGuids
A list of entity GUIDs manually assigned to this workload.
Declaration
public InputList<string> EntityGuids { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EntitySearchQueries
A list of search queries that define a dynamic workload. See Nested entity_search_query blocks below for details.
Declaration
public InputList<WorkloadEntitySearchQueryArgs> EntitySearchQueries { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WorkloadEntitySearchQueryArgs> |
Name
The workload's name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScopeAccountIds
A list of account IDs that will be used to get entities from.
Declaration
public InputList<int> ScopeAccountIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |