Skip to content

RosADInfoProps

Properties for defining a RosADInfo.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-adinfo

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.RosADInfoProps {
    AdAccountName: interface{},
    Addns: interface{},
    AdPassword: interface{},
    AdServerIpAddress: interface{},
    DbInstanceId: interface{},
}

Properties

Name Type Description
AdAccountName interface{} No description.
Addns interface{} No description.
AdPassword interface{} No description.
AdServerIpAddress interface{} No description.
DbInstanceId interface{} No description.

AdAccountNameRequired

AdAccountName interface{}
  • Type: interface{}

AddnsRequired

Addns interface{}
  • Type: interface{}

AdPasswordRequired

AdPassword interface{}
  • Type: interface{}

AdServerIpAddressRequired

AdServerIpAddress interface{}
  • Type: interface{}

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}