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. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: Database InstanceId to update properties.
Parameters
Required
public object Parameters { get; set; }
- Type: object
Property parameters: Parameters to update for selected database instance.
Forcerestart
Optional
public object Forcerestart { get; set; }
- Type: object
Property forcerestart: whether restart database instance.