Skip to content

DBInstanceParameterGroupProps

Properties for defining a DBInstanceParameterGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstanceparametergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new DBInstanceParameterGroupProps {
    object DbInstanceId,
    object Parameters,
    object Forcerestart = null
};

Properties

Name Type Description
DbInstanceId object Property dbInstanceId: Database InstanceId to update properties.
Parameters object Property parameters: Parameters to update for selected database instance.
Forcerestart object Property forcerestart: whether restart database instance.

DbInstanceIdRequired

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

Property dbInstanceId: Database InstanceId to update properties.


ParametersRequired

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

Property parameters: Parameters to update for selected database instance.


ForcerestartOptional

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

Property forcerestart: whether restart database instance.