RosDatabasesProps
Properties for defining a RosDatabases
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-databases
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDatabasesProps {
object DbInstanceId,
object DbName = null,
object DbStatus = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
No description. |
DbName |
object |
No description. |
DbStatus |
object |
No description. |
RefreshOptions |
object |
No description. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
DbName
Optional
public object DbName { get; set; }
- Type: object
DbStatus
Optional
public object DbStatus { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object