Common implementation for SVCB-compatible resource records.
Methods
- A
- N
- S
Attributes
[R] | params | The service paramters for the target host. |
[R] | priority | The priority of this target host. The range is 0-65535. If set to 0, this RR is in AliasMode. Otherwise, it is in ServiceMode. |
[R] | target | The domain name of the target host. |
Class Public methods
new(priority, target, params = []) Link
Create a service binding resource record.
Instance Public methods
alias_mode?() Link
Whether this RR is in AliasMode.