SoaRecord Class
An SOA record.
- Inheritance
-
azure.mgmt.privatedns._serialization.ModelSoaRecord
Constructor
SoaRecord(*, host: str | None = None, email: str | None = None, serial_number: int | None = None, refresh_time: int | None = None, retry_time: int | None = None, expire_time: int | None = None, minimum_ttl: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
host
|
The domain name of the authoritative name server for this SOA record. |
email
|
The email contact for this SOA record. |
serial_number
|
The serial number for this SOA record. |
refresh_time
|
The refresh value for this SOA record. |
retry_time
|
The retry time for this SOA record. |
expire_time
|
The expire time for this SOA record. |
minimum_ttl
|
The minimum value for this SOA record. By convention this is used to determine the negative caching duration. |
Variables
Name | Description |
---|---|
host
|
The domain name of the authoritative name server for this SOA record. |
email
|
The email contact for this SOA record. |
serial_number
|
The serial number for this SOA record. |
refresh_time
|
The refresh value for this SOA record. |
retry_time
|
The retry time for this SOA record. |
expire_time
|
The expire time for this SOA record. |
minimum_ttl
|
The minimum value for this SOA record. By convention this is used to determine the negative caching duration. |
Azure SDK for Python