RosDatabaseProps
Properties for defining a RosDatabase.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-database
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDatabaseProps {
object CharacterSetName,
object DbInstanceId,
object DbName,
object DbDescription = null
};
Properties
| Name | Type | Description |
|---|---|---|
CharacterSetName |
object |
No description. |
DbInstanceId |
object |
No description. |
DbName |
object |
No description. |
DbDescription |
object |
No description. |
CharacterSetNameRequired
public object CharacterSetName { get; set; }
- Type: object
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
DbNameRequired
public object DbName { get; set; }
- Type: object
DbDescriptionOptional
public object DbDescription { get; set; }
- Type: object