DirectoryConnectSettingsDescription class

Contains information about an AD Connector directory.

Constructors

DirectoryConnectSettingsDescription({List<String>? availabilityZones, List<String>? connectIps, String? customerUserName, String? securityGroupId, List<String>? subnetIds, String? vpcId})
DirectoryConnectSettingsDescription.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZones List<String>?
A list of the Availability Zones that the directory is in.
final
connectIps List<String>?
The IP addresses of the AD Connector servers.
final
customerUserName String?
The user name of the service account in the on-premises directory.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupId String?
The security group identifier for the AD Connector directory.
final
subnetIds List<String>?
A list of subnet identifiers in the VPC that the AD Connector is in.
final
vpcId String?
The identifier of the VPC that the AD Connector is in.
final

Methods

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

Operators

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