Record
create-dns-record-params
No description available.
record create-dns-record-params {
zone-id: string,
flag: option<s64>,
hostname: option<string>,
port: option<s64>,
priority: option<s64>,
tag: option<string>,
ttl: option<s64>,
type-op: option<string>,
value: option<string>,
weight: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| zone-id | string | |
| flag | option<s64> | |
| hostname | option<string> | |
| port | option<s64> | |
| priority | option<s64> | |
| tag | option<string> | |
| ttl | option<s64> | |
| type-op | option<string> | |
| value | option<string> | |
| weight | option<s64> |