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. |
CharacterSetName
Required
public object CharacterSetName { get; set; }
- Type: object
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
DbName
Required
public object DbName { get; set; }
- Type: object
DbDescription
Optional
public object DbDescription { get; set; }
- Type: object