MicrosoftDNS_AAAAType class

Subclass of MicrosoftDNS_ResourceRecord that represents an IPv6 Address (AAAA) record. The AAAA record is commonly pronounced "quad-a record".

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_AAAAType : MicrosoftDNS_ResourceRecord
{
  string IPv6Address;
};

Members

The MicrosoftDNS_AAAAType class has these types of members:

Methods

The MicrosoftDNS_AAAAType class has these methods.

Method Description
CreateInstanceFromPropertyData Instantiates an 'AAAA' type of RR based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner/Host Name, class (default = IN), time-to-live value, and the IPv6 address. It returns a reference to the new object as an output parameter.
Qualifiers: Implemented, static
Modify Updates the TTL and IPv6 address to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.
Qualifiers: Implemented

Properties

The MicrosoftDNS_AAAAType class has these properties.

IPv6Address

Data type: string

Access type: Read-only

IPv6 address for the host.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

See also

CreateInstanceFromPropertyData Method of the MicrosoftDNS_AAAAType Class

Modify Method of the MicrosoftDNS_AAAAType Class

MicrosoftDNS_ResourceRecord