SrvRecord Class

An SRV record.

Inheritance
SrvRecord

Constructor

SrvRecord(*, priority: Optional[int] = None, weight: Optional[int] = None, port: Optional[int] = None, target: Optional[str] = None, **kwargs)

Parameters

priority
int
Required

The priority value for this SRV record.

weight
int
Required

The weight value for this SRV record.

port
int
Required

The port value for this SRV record.

target
str
Required

The target domain name for this SRV record.