Show / Hide Table of Contents

Class ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration

The scaling configuration for the predefined metric expression rule.

Inheritance
object
ManagedComputeClusterScalingConfiguration
ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration
Inherited Members
ManagedComputeClusterScalingConfiguration.PendingDuration
ManagedComputeClusterScalingConfiguration.InstanceCountAdjustment
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 ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration : ManagedComputeClusterScalingConfiguration

Properties

Threshold

Declaration
[Required(ErrorMessage = "Threshold is required.")]
[JsonProperty(PropertyName = "threshold")]
public int? Threshold { get; set; }
Property Value
Type Description
int?

A metric value at which the scaling operation will be triggered.

Remarks

Required

In this article
Back to top