Show / Hide Table of Contents

Class WorkloadArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkloadArgs
Inherited Members
ResourceArgs.Empty
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 Source

WorkloadArgs()

Declaration
public WorkloadArgs()

Properties

View Source

AccountId

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

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

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

Name

The workload's name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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