ADInfoProps
Properties for defining a ADInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-adinfo
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.ADInfoProps {
AdAccountName: interface{},
Addns: interface{},
AdPassword: interface{},
AdServerIpAddress: interface{},
DbInstanceId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AdAccountName |
interface{} |
Property adAccountName: Domain account name. |
Addns |
interface{} |
Property addns: Active directory domain name. |
AdPassword |
interface{} |
Property adPassword: Domain password. |
AdServerIpAddress |
interface{} |
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS. |
DbInstanceId |
interface{} |
Property dbInstanceId: The ID of the instance. |
AdAccountName
Required
AdAccountName interface{}
- Type: interface{}
Property adAccountName: Domain account name.
Addns
Required
Addns interface{}
- Type: interface{}
Property addns: Active directory domain name.
AdPassword
Required
AdPassword interface{}
- Type: interface{}
Property adPassword: Domain password.
AdServerIpAddress
Required
AdServerIpAddress interface{}
- Type: interface{}
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS.
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the instance.