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. |
AdAccountName
Required
public object AdAccountName { get; set; }
- Type: object
Property adAccountName: Domain account name.
Addns
Required
public object Addns { get; set; }
- Type: object
Property addns: Active directory domain name.
AdPassword
Required
public object AdPassword { get; set; }
- Type: object
Property adPassword: Domain password.
AdServerIpAddress
Required
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.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.