GetDirectoryConnectSetting

data class GetDirectoryConnectSetting(val availabilityZones: List<String>, val connectIps: List<String>, val customerDnsIps: List<String>, val customerUsername: String, val subnetIds: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>, connectIps: List<String>, customerDnsIps: List<String>, customerUsername: String, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

IP addresses of the AD Connector servers.

Link copied to clipboard

DNS IP addresses of the domain to connect to.

Link copied to clipboard

Username corresponding to the password provided.

Link copied to clipboard

Identifiers of the subnets for the connector servers (2 subnets in 2 different AZs).

Link copied to clipboard

ID of the VPC that the connector is in.