Class ManagedComputeClusterPredefinedMetricExpressionRule
An expression built using CPU or Memory metrics for triggering an autoscaling action on the managed compute cluster type compute target .
Inheritance
ManagedComputeClusterPredefinedMetricExpressionRule
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterPredefinedMetricExpressionRule : ManagedComputeClusterMetricExpressionRule
Properties
MetricType
Declaration
[Required(ErrorMessage = "MetricType is required.")]
[JsonProperty(PropertyName = "metricType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ManagedComputeClusterPredefinedMetricExpressionRule.MetricTypeEnum? MetricType { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagedComputeClusterPredefinedMetricExpressionRule.MetricTypeEnum? | Metric type |
Remarks
Required
ScaleInConfiguration
Declaration
[Required(ErrorMessage = "ScaleInConfiguration is required.")]
[JsonProperty(PropertyName = "scaleInConfiguration")]
public ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration ScaleInConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration |
Remarks
Required
ScaleOutConfiguration
Declaration
[Required(ErrorMessage = "ScaleOutConfiguration is required.")]
[JsonProperty(PropertyName = "scaleOutConfiguration")]
public ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration ScaleOutConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration |
Remarks
Required