Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
DnsRrSoa Class Reference

DNS SOA record structure. More...

Inheritance diagram for DnsRrSoa:
DnsResourceRecord Pdu Signal

Public Attributes

string primaryServerName
 
string responsiblePersonalMailBox
 
int serialNo
 
int refreshTime
 
int retryTime
 
int expiryTime
 
int minimumTtl
 
- Public Attributes inherited from DnsResourceRecord
string name
 
Dns::EResourceRecordType type
 
int class
 
int ttl
 
int length
 
QString dateTime
 
bool isAnsRecord
 

Detailed Description

DNS SOA record structure.

Member Data Documentation

◆ expiryTime

int DnsRrSoa::expiryTime

◆ minimumTtl

int DnsRrSoa::minimumTtl

◆ primaryServerName

string DnsRrSoa::primaryServerName

◆ refreshTime

int DnsRrSoa::refreshTime

◆ responsiblePersonalMailBox

string DnsRrSoa::responsiblePersonalMailBox

◆ retryTime

int DnsRrSoa::retryTime

◆ serialNo

int DnsRrSoa::serialNo

The documentation for this class was generated from the following file: