Wasm Directoryalpha
Record

update-domain-record-params

No description available.

record update-domain-record-params {
  domain-id: string,
  record-id: string,
  name: option​<domain-record-properties-name>,
  port: option​<domain-record-properties-port>,
  priority: option​<domain-record-properties-priority>,
  protocol: option​<domain-record-properties-protocol>,
  service: option​<domain-record-properties-service>,
  tag: option​<domain-record-properties-tag>,
  target: option​<domain-record-properties-target>,
  ttl-sec: option​<domain-record-properties-ttl-sec>,
  weight: option​<domain-record-properties-weight>,
}

Fields

NameTypeDescription
domain-idstring
record-idstring
nameoption​<domain-record-properties-name>
portoption​<domain-record-properties-port>
priorityoption​<domain-record-properties-priority>
protocoloption​<domain-record-properties-protocol>
serviceoption​<domain-record-properties-service>
tagoption​<domain-record-properties-tag>
targetoption​<domain-record-properties-target>
ttl-secoption​<domain-record-properties-ttl-sec>
weightoption​<domain-record-properties-weight>