DirectoryLimits class

Contains directory limit information for a Region.

Constructors

DirectoryLimits({int? cloudOnlyDirectoriesCurrentCount, int? cloudOnlyDirectoriesLimit, bool? cloudOnlyDirectoriesLimitReached, int? cloudOnlyMicrosoftADCurrentCount, int? cloudOnlyMicrosoftADLimit, bool? cloudOnlyMicrosoftADLimitReached, int? connectedDirectoriesCurrentCount, int? connectedDirectoriesLimit, bool? connectedDirectoriesLimitReached})
DirectoryLimits.fromJson(Map<String, dynamic> json)
factory

Properties

cloudOnlyDirectoriesCurrentCount int?
The current number of cloud directories in the Region.
final
cloudOnlyDirectoriesLimit int?
The maximum number of cloud directories allowed in the Region.
final
cloudOnlyDirectoriesLimitReached bool?
Indicates if the cloud directory limit has been reached.
final
cloudOnlyMicrosoftADCurrentCount int?
The current number of AWS Managed Microsoft AD directories in the region.
final
cloudOnlyMicrosoftADLimit int?
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
final
cloudOnlyMicrosoftADLimitReached bool?
Indicates if the AWS Managed Microsoft AD directory limit has been reached.
final
connectedDirectoriesCurrentCount int?
The current number of connected directories in the Region.
final
connectedDirectoriesLimit int?
The maximum number of connected directories allowed in the Region.
final
connectedDirectoriesLimitReached bool?
Indicates if the connected directory limit has been reached.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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