Skip to content

ServerlessConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new ServerlessConfigProperty {
    object MaxCapacity,
    object MinCapacity,
    object AutoPause = null,
    object SwitchForce = null
};

Properties

Name Type Description
MaxCapacity object No description.
MinCapacity object No description.
AutoPause object No description.
SwitchForce object No description.

MaxCapacityRequired

public object MaxCapacity { get; set; }
  • Type: object

MinCapacityRequired

public object MinCapacity { get; set; }
  • Type: object

AutoPauseOptional

public object AutoPause { get; set; }
  • Type: object

SwitchForceOptional

public object SwitchForce { get; set; }
  • Type: object