Documentation

pm_Dns_SoaRecord
in package

Panel dns wrapper

Tags
since
18.0.33

Table of Contents

getExpire()  : int|null
Return expire value of SOA record.
getMinimum()  : int|null
Return minimum value of SOA record.
getRefresh()  : int|null
Return refresh value of SOA record.
getRetry()  : int|null
Return retry value of SOA record.
getTtl()  : int|null
Return ttl value of SOA record.
getZone()  : pm_Dns_SoaRecord
Return DNS zone of SOA record.
save()  : void
Save SOA record;
setExpire()  : pm_Dns_SoaRecord
Set expire value of SOA record.
setMinimum()  : pm_Dns_SoaRecord
Set minimum value of SOA record.
setRefresh()  : pm_Dns_SoaRecord
Set refresh value of SOA record.
setRetry()  : pm_Dns_SoaRecord
Set retry value of SOA record.
setTtl()  : pm_Dns_SoaRecord
Specifies ttl value of SOA record.

Methods

getExpire()

Return expire value of SOA record.

public getExpire() : int|null
Return values
int|null

getMinimum()

Return minimum value of SOA record.

public getMinimum() : int|null
Return values
int|null

getRefresh()

Return refresh value of SOA record.

public getRefresh() : int|null
Return values
int|null

getRetry()

Return retry value of SOA record.

public getRetry() : int|null
Return values
int|null

getTtl()

Return ttl value of SOA record.

public getTtl() : int|null
Return values
int|null

save()

Save SOA record;

public save() : void
Return values
void

Search results