Show / Hide Table of Contents

Class ManagedComputeClusterCustomMetricExpressionRule

A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the managed compute cluster type compute target .

Inheritance
object
ManagedComputeClusterMetricExpressionRule
ManagedComputeClusterCustomMetricExpressionRule
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 ManagedComputeClusterCustomMetricExpressionRule : ManagedComputeClusterMetricExpressionRule

Properties

ScaleInConfiguration

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

Required

ScaleOutConfiguration

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

Required

In this article
Back to top