DirectoryDescription constructor
DirectoryDescription({
- String? accessUrl,
- String? alias,
- DirectoryConnectSettingsDescription? connectSettings,
- String? description,
- int? desiredNumberOfDomainControllers,
- String? directoryId,
- List<
String> ? dnsIpAddrs, - DirectoryEdition? edition,
- DateTime? launchTime,
- String? name,
- OwnerDirectoryDescription? ownerDirectoryDescription,
- RadiusSettings? radiusSettings,
- RadiusStatus? radiusStatus,
- RegionsInfo? regionsInfo,
- String? shortName,
- DirectorySize? size,
- bool? ssoEnabled,
- DirectoryStage? stage,
- DateTime? stageLastUpdatedDateTime,
- String? stageReason,
- DirectoryType? type,
- DirectoryVpcSettingsDescription? vpcSettings,
Implementation
DirectoryDescription({
this.accessUrl,
this.alias,
this.connectSettings,
this.description,
this.desiredNumberOfDomainControllers,
this.directoryId,
this.dnsIpAddrs,
this.edition,
this.launchTime,
this.name,
this.ownerDirectoryDescription,
this.radiusSettings,
this.radiusStatus,
this.regionsInfo,
this.shareMethod,
this.shareNotes,
this.shareStatus,
this.shortName,
this.size,
this.ssoEnabled,
this.stage,
this.stageLastUpdatedDateTime,
this.stageReason,
this.type,
this.vpcSettings,
});