SrvRecord Class
An SRV record.
Constructor
SrvRecord(*, priority: int | None = None, weight: int | None = None, port: int | None = None, target: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
priority
|
The priority value for this SRV record. Default value: None
|
weight
|
The weight value for this SRV record. Default value: None
|
port
|
The port value for this SRV record. Default value: None
|
target
|
The target domain name for this SRV record. Default value: None
|