SrvRecord interface 
An SRV record.
Properties
| port | The port value for this SRV record.  | 
| priority | The priority value for this SRV record.  | 
| target | The target domain name for this SRV record.  | 
| weight | The weight value for this SRV record.  | 
Property Details
port
The port value for this SRV record.
port?: number
				Property Value
number
priority
The priority value for this SRV record.
priority?: number
				Property Value
number
target
The target domain name for this SRV record.
target?: string
				Property Value
string
weight
The weight value for this SRV record.
weight?: number
				Property Value
number