DirectoryConnectSettings class

Contains information for the ConnectDirectory operation when an AD Connector directory is being created.

Constructors

DirectoryConnectSettings({required List<String> customerDnsIps, required String customerUserName, required List<String> subnetIds, required String vpcId})

Properties

customerDnsIps List<String>
A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.
final
customerUserName String
The user name of an account in the on-premises directory that is used to connect to the directory. This account must have the following permissions:
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetIds List<String>
A list of subnet identifiers in the VPC in which the AD Connector is created.
final
vpcId String
The identifier of the VPC in which the AD Connector is created.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited