ADInfoProps
Properties for defining a ADInfo.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-adinfo
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new ADInfoProps {
object AdAccountName,
object Addns,
object AdPassword,
object AdServerIpAddress,
object DbInstanceId
};
Properties
| Name | Type | Description |
|---|---|---|
AdAccountName |
object |
Property adAccountName: Domain account name. |
Addns |
object |
Property addns: Active directory domain name. |
AdPassword |
object |
Property adPassword: Domain password. |
AdServerIpAddress |
object |
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS. |
DbInstanceId |
object |
Property dbInstanceId: The ID of the instance. |
AdAccountNameRequired
public object AdAccountName { get; set; }
- Type: object
Property adAccountName: Domain account name.
AddnsRequired
public object Addns { get; set; }
- Type: object
Property addns: Active directory domain name.
AdPasswordRequired
public object AdPassword { get; set; }
- Type: object
Property adPassword: Domain password.
AdServerIpAddressRequired
public object AdServerIpAddress { get; set; }
- Type: object
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS.
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.