DirectoryVpcSettingsDescription class
Contains information about the directory.
Constructors
-
DirectoryVpcSettingsDescription({List<
String> ? availabilityZones, String? securityGroupId, List<String> ? subnetIds, String? vpcId}) -
DirectoryVpcSettingsDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
availabilityZones
→ List<
String> ? -
The list of Availability Zones that the directory is in.
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 domain controller security group identifier for the directory.
final
-
subnetIds
→ List<
String> ? -
The identifiers of the subnets for the directory servers.
final
- vpcId → String?
-
The identifier of the VPC that the directory 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