RosParameterGroupsProps
Properties for defining a RosParameterGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosParameterGroupsProps {
object DbType = null,
object DbVersion = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbType |
object |
No description. |
DbVersion |
object |
No description. |
RefreshOptions |
object |
No description. |
DbType
Optional
public object DbType { get; set; }
- Type: object
DbVersion
Optional
public object DbVersion { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object