Class ManagedComputeClusterCustomMetricExpressionRule
A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the managed compute cluster type compute target .
Inheritance
ManagedComputeClusterCustomMetricExpressionRule
Inherited Members
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