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.

Name server includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.Nameserver

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

Syntax

C#
public class Nameserver

The Nameserver type exposes the following members

Constructors

NameDescription
Public Method Nameserver()

Properties

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

Gets and sets the property GlueIps.

Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.

Constraints: The list can contain only one IPv4 and one IPv6 address.

Public Property Name System.String

Gets and sets the property Name.

The fully qualified host name of the name server.

Constraint: Maximum 255 characters

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5