OwnerDirectoryDescription class
Describes the directory owner account details that have been shared to the directory consumer account.
Constructors
- 
          OwnerDirectoryDescription({String? accountId, String? directoryId, List<
String> ? dnsIpAddrs, RadiusSettings? radiusSettings, RadiusStatus? radiusStatus, DirectoryVpcSettingsDescription? vpcSettings}) - 
          OwnerDirectoryDescription.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- accountId → String?
 - 
  Identifier of the directory owner account.
  final
 - directoryId → String?
 - 
  Identifier of the AWS Managed Microsoft AD directory in the directory owner
account.
  final
 - 
  dnsIpAddrs
  → List<
String> ? - 
  IP address of the directory’s domain controllers.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - radiusSettings → RadiusSettings?
 - 
  A RadiusSettings object that contains information about the RADIUS
server.
  final
 - radiusStatus → RadiusStatus?
 - 
  Information about the status of the RADIUS server.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - vpcSettings → DirectoryVpcSettingsDescription?
 - 
  Information about the VPC settings for the directory.
  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