AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the directory.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryVpcSettingsDescription

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class DirectoryVpcSettingsDescription

The DirectoryVpcSettingsDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZones System.Collections.Generic.List<System.String>

Gets and sets the property AvailabilityZones.

The list of Availability Zones that the directory is in.

Public Property SecurityGroupId System.String

Gets and sets the property SecurityGroupId.

The domain controller security group identifier for the directory.

Public Property SubnetIds System.Collections.Generic.List<System.String>

Gets and sets the property SubnetIds.

The identifiers of the subnets for the directory servers.

Public Property VpcId System.String

Gets and sets the property VpcId.

The identifier of the VPC that the directory is in.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5