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.

IP address block. This is often the address block of the DNS server used for your self-managed domain.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.IpRoute

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

Syntax

C#
public class IpRoute

The IpRoute type exposes the following members

Constructors

NameDescription
Public Method IpRoute()

Properties

NameTypeDescription
Public Property CidrIp System.String

Gets and sets the property CidrIp.

IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

Public Property Description System.String

Gets and sets the property Description.

Description of the address block.

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