Show / Hide Table of Contents

Class TargetCustomMetricExpressionRule

A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the workload.

Inheritance
object
ManagedComputeClusterWorkloadMetricExpressionRule
TargetCustomMetricExpressionRule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class TargetCustomMetricExpressionRule : ManagedComputeClusterWorkloadMetricExpressionRule

Properties

ScaleConfiguration

Declaration
[Required(ErrorMessage = "ScaleConfiguration is required.")]
[JsonProperty(PropertyName = "scaleConfiguration")]
public TargetCustomExpressionQueryScalingConfiguration ScaleConfiguration { get; set; }
Property Value
Type Description
TargetCustomExpressionQueryScalingConfiguration
Remarks

Required

In this article
Back to top