RosDrdsDBProps
Properties for defining a RosDrdsDB
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-drdsdb
Initializer
using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsDBProps {
object DrdsInstanceId,
object AccountName = null,
object DbInstanceIsCreating = null,
object DbInstType = null,
object DbName = null,
object Encode = null,
object InstDbName = null,
object Password = null,
object RdsInstance = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
DrdsInstanceId |
object |
No description. |
AccountName |
object |
No description. |
DbInstanceIsCreating |
object |
No description. |
DbInstType |
object |
No description. |
DbName |
object |
No description. |
Encode |
object |
No description. |
InstDbName |
object |
No description. |
Password |
object |
No description. |
RdsInstance |
object |
No description. |
Type |
object |
No description. |
DrdsInstanceId
Required
public object DrdsInstanceId { get; set; }
- Type: object
AccountName
Optional
public object AccountName { get; set; }
- Type: object
DbInstanceIsCreating
Optional
public object DbInstanceIsCreating { get; set; }
- Type: object
DbInstType
Optional
public object DbInstType { get; set; }
- Type: object
DbName
Optional
public object DbName { get; set; }
- Type: object
Encode
Optional
public object Encode { get; set; }
- Type: object
InstDbName
Optional
public object InstDbName { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object
RdsInstance
Optional
public object RdsInstance { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object