Skip to content

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.

DbTypeRequired

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

Property dbType: The type of the database engine.


DbVersionRequired

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

Property dbVersion: The version of the database engine.


ParameterGroupNameRequired

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

Property parameterGroupName: The name of the parameter template.


ParametersRequired

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

Property parameters: The list of the parameters.


ParameterGroupDescOptional

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

Property parameterGroupDesc: The description of the parameter template.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.