Skip to content

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.

DrdsInstanceIdRequired

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

AccountNameOptional

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

DbInstanceIsCreatingOptional

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

DbInstTypeOptional

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

DbNameOptional

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

EncodeOptional

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

InstDbNameOptional

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

PasswordOptional

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

RdsInstanceOptional

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

TypeOptional

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