Skip to content

RosAccountProps

Properties for defining a RosAccount.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-account

Initializer

using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new RosAccountProps {
    object AccountName,
    object AccountPassword,
    object DbInstanceId,
    object AccountDescription = null
};

Properties

Name Type Description
AccountName object No description.
AccountPassword object No description.
DbInstanceId object No description.
AccountDescription object No description.

AccountNameRequired

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

AccountPasswordRequired

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

DbInstanceIdRequired

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

AccountDescriptionOptional

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