Show / Hide Table of Contents

Class JmxUpdateQueryProperties

Query Properties applicable to JMX type of collection method

Inheritance
object
MetricExtensionUpdateQueryProperties
JmxUpdateQueryProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class JmxUpdateQueryProperties : MetricExtensionUpdateQueryProperties

Properties

AutoRowPrefix

Declaration
[JsonProperty(PropertyName = "autoRowPrefix")]
public string AutoRowPrefix { get; set; }
Property Value
Type Description
string

Prefix for an auto generated metric, in case multiple rows with non unique key values are returned

IdentityMetric

Declaration
[JsonProperty(PropertyName = "identityMetric")]
public string IdentityMetric { get; set; }
Property Value
Type Description
string

Semi-colon separated list of key properties from Managed Bean ObjectName to be used as key metrics

IsMetricServiceEnabled

Declaration
[JsonProperty(PropertyName = "isMetricServiceEnabled")]
public bool? IsMetricServiceEnabled { get; set; }
Property Value
Type Description
bool?

Indicates if Metric Service is enabled on server domain

JmxAttributes

Declaration
[JsonProperty(PropertyName = "jmxAttributes")]
public string JmxAttributes { get; set; }
Property Value
Type Description
string

List of JMX attributes or Metric Service Table columns separated by semi-colon

ManagedBeanQuery

Declaration
[JsonProperty(PropertyName = "managedBeanQuery")]
public string ManagedBeanQuery { get; set; }
Property Value
Type Description
string

JMX Managed Bean Query or Metric Service Table name

In this article
Back to top