Skip to content

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.

AdAccountNameRequired

AdAccountName interface{}
  • Type: interface{}

Property adAccountName: Domain account name.


AddnsRequired

Addns interface{}
  • Type: interface{}

Property addns: Active directory domain name.


AdPasswordRequired

AdPassword interface{}
  • Type: interface{}

Property adPassword: Domain password.


AdServerIpAddressRequired

AdServerIpAddress interface{}
  • Type: interface{}

Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS.


DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

Property dbInstanceId: The ID of the instance.