Show / Hide Table of Contents

Class WorkloadState

Inheritance
System.Object
InputArgs
ResourceArgs
WorkloadState
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 WorkloadState : ResourceArgs

Constructors

View Source

WorkloadState()

Declaration
public WorkloadState()

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

CompositeEntitySearchQuery

The composite query used to compose a dynamic workload.

Declaration
public Input<string> CompositeEntitySearchQuery { get; set; }
Property Value
Type Description
Input<System.String>
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<WorkloadEntitySearchQueryGetArgs> EntitySearchQueries { get; set; }
Property Value
Type Description
InputList<WorkloadEntitySearchQueryGetArgs>
View Source

Guid

The unique entity identifier of the workload in New Relic.

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

Name

The workload's name.

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

Permalink

The URL of the workload.

Declaration
public Input<string> Permalink { 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

WorkloadId

The unique entity identifier of the workload.

Declaration
public Input<int> WorkloadId { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.