Show / Hide Table of Contents

Class DayBasedHorizontalScalingScheduleDetails

Details of day based horizontal scaling schedule.

Inheritance
object
HorizontalScalingScheduleDetails
DayBasedHorizontalScalingScheduleDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class DayBasedHorizontalScalingScheduleDetails : HorizontalScalingScheduleDetails

Properties

TimeAndHorizontalScalingConfig

Declaration
[JsonProperty(PropertyName = "timeAndHorizontalScalingConfig")]
public List<TimeAndHorizontalScalingConfig> TimeAndHorizontalScalingConfig { get; set; }
Property Value
Type Description
List<TimeAndHorizontalScalingConfig>

Time of day and horizontal scaling configuration.

In this article
Back to top