Show / Hide Table of Contents

Class UpdateAutoScalingPolicyDetails

Inheritance
object
UpdateAutoScalingPolicyDetails
UpdateScheduledPolicyDetails
UpdateThresholdPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
[JsonConverter(typeof(UpdateAutoScalingPolicyDetailsModelConverter))]
public class UpdateAutoScalingPolicyDetails

Properties

Capacity

Declaration
[JsonProperty(PropertyName = "capacity")]
public Capacity Capacity { get; set; }
Property Value
Type Description
Capacity

The capacity requirements of the autoscaling policy.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Whether the autoscaling policy is enabled.

In this article
Back to top