RegionDescription class
The replicated Region information for a directory.
Constructors
- RegionDescription({int? desiredNumberOfDomainControllers, String? directoryId, DateTime? lastUpdatedDateTime, DateTime? launchTime, String? regionName, RegionType? regionType, DirectoryStage? status, DateTime? statusLastUpdatedDateTime, DirectoryVpcSettings? vpcSettings})
-
RegionDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- desiredNumberOfDomainControllers → int?
-
The desired number of domain controllers in the specified Region for the
specified directory.
final
- directoryId → String?
-
The identifier of the directory.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The date and time that the Region description was last updated.
final
- launchTime → DateTime?
-
Specifies when the Region replication began.
final
- regionName → String?
-
The name of the Region. For example,
us-east-1
.final - regionType → RegionType?
-
Specifies whether the Region is the primary Region or an additional Region.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → DirectoryStage?
-
The status of the replication process for the specified Region.
final
- statusLastUpdatedDateTime → DateTime?
-
The date and time that the Region status was last updated.
final
- vpcSettings → DirectoryVpcSettings?
-
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