ParameterGroupProps
Properties for defining a ParameterGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-parametergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new ParameterGroupProps {
object DbType,
object DbVersion,
object ParameterGroupName,
object Parameters,
object ParameterGroupDesc = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
DbType |
object |
Property dbType: The type of the database engine. |
DbVersion |
object |
Property dbVersion: The version of the database engine. |
ParameterGroupName |
object |
Property parameterGroupName: The name of the parameter template. |
Parameters |
object |
Property parameters: The list of the parameters. |
ParameterGroupDesc |
object |
Property parameterGroupDesc: The description of the parameter template. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
DbType
Required
public object DbType { get; set; }
- Type: object
Property dbType: The type of the database engine.
DbVersion
Required
public object DbVersion { get; set; }
- Type: object
Property dbVersion: The version of the database engine.
ParameterGroupName
Required
public object ParameterGroupName { get; set; }
- Type: object
Property parameterGroupName: The name of the parameter template.
Parameters
Required
public object Parameters { get; set; }
- Type: object
Property parameters: The list of the parameters.
ParameterGroupDesc
Optional
public object ParameterGroupDesc { get; set; }
- Type: object
Property parameterGroupDesc: The description of the parameter template.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.