Class ScalingConfiguration
Scaling configuration for the metric expression rule.
Inheritance
ScalingConfiguration
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
[JsonConverter(typeof(ScalingConfigurationModelConverter))]
public class ScalingConfiguration
Properties
InstanceCountAdjustment
Declaration
[JsonProperty(PropertyName = "instanceCountAdjustment")]
public int? InstanceCountAdjustment { get; set; }
Property Value
Type | Description |
---|---|
int? | The value is used for adjusting the count of instances by. |
PendingDuration
Declaration
[JsonProperty(PropertyName = "pendingDuration")]
public string PendingDuration { get; set; }
Property Value
Type | Description |
---|---|
string | The period of time that the condition defined in the alarm must persist before the alarm state
changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the
alarm must persist in breaching the condition for five minutes before the alarm updates its
state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five
minutes before the alarm updates its state to "OK."
|