Show / Hide Table of Contents

Class DayBasedVerticalScalingScheduleDetails

Details of day based vertical scaling schedule.

Inheritance
object
VerticalScalingScheduleDetails
DayBasedVerticalScalingScheduleDetails
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 DayBasedVerticalScalingScheduleDetails : VerticalScalingScheduleDetails

Properties

TimeAndVerticalScalingConfig

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

Time of day and vertical scaling configuration

In this article
Back to top