Record
domain-record
No description available.
record domain-record {
created: option<string>,
id: option<s32>,
name: option<string>,
port: option<s32>,
priority: option<s32>,
protocol: option<string>,
service: option<string>,
tag: option<domain-record-tag-enum>,
target: option<string>,
ttl-sec: option<s32>,
type-op: option<domain-record-type-op-enum>,
updated: option<string>,
weight: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| id | option<s32> | |
| name | option<string> | |
| port | option<s32> | |
| priority | option<s32> | |
| protocol | option<string> | |
| service | option<string> | |
| tag | option<domain-record-tag-enum> | |
| target | option<string> | |
| ttl-sec | option<s32> | |
| type-op | option<domain-record-type-op-enum> | |
| updated | option<string> | |
| weight | option<s32> |