Interface SrvRecordValue
Properties for a SRV record value.
stable
Synopsis
Properties
hostName | The server host name. |
port | The port. |
priority | The priority. |
weight | The weight. |
Properties
hostName
The server host name.
stable
Declaration
readonly hostName: string;
Property Value
string
port
The port.
stable
Declaration
readonly port: number;
Property Value
number
priority
The priority.
stable
Declaration
readonly priority: number;
Property Value
number
weight
The weight.
stable
Declaration
readonly weight: number;
Property Value
number