MCPcopy Create free account
hub / github.com/barnybug/cli53 / ALIASRdata

Struct ALIASRdata

awsrr.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const TypeALIAS = 0x0F99
12
13type ALIASRdata struct {
14 Type string
15 Target string
16 ZoneId string
17 EvaluateTargetHealth bool
18}
19
20func (rd *ALIASRdata) Copy(dest dns.PrivateRdata) error {
21 d := dest.(*ALIASRdata)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected