Share via


DnsServerClientSubnet class

Represents a client subnet record on a DNS server.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerClientSubnet
{
  string Name;
  string IPV4Subnet[];
  string IPV6Subnet[];
};

Members

The DnsServerClientSubnet class has these types of members:

Properties

The DnsServerClientSubnet class has these properties.

IPV4Subnet

Data type: string array

Access type: Read/write

The IPV4 subnet list for the record in Classless Inter-Domain Routing (CIDR) notation.

IPV6Subnet

Data type: string array

Access type: Read/write

The IPV6 subnet list for the record in Classless Inter-Domain Routing (CIDR) notation.

Name

Data type: string

Access type: Read/write

The name of the client subnet record.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider