AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains information about the directory.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryVpcSettingsDescription

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DirectoryVpcSettingsDescription : Object

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 security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.

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 Framework:
Supported in: 4.5, 4.0, 3.5