DnsRecordKt

Specifies a DNS record, with type, content, and TTL information.

Protobuf type elide.net.DnsRecord

Types

Link copied to clipboard

Protobuf type elide.net.DnsRecord.AddressValue

Link copied to clipboard
class Dsl
Link copied to clipboard

Protobuf type elide.net.DnsRecord.HostnameValue

Link copied to clipboard

Protobuf type elide.net.DnsRecord.PriorityValue

Link copied to clipboard

Protobuf type elide.net.DnsRecord.StringValue

Functions

Link copied to clipboard
@JvmName(name = "-initializeaddressValue")
inline fun addressValue(block: DnsRecordKt.AddressValueKt.Dsl.() -> Unit): DnsRecord.AddressValue
Link copied to clipboard
@JvmName(name = "-initializehostnameValue")
inline fun hostnameValue(block: DnsRecordKt.HostnameValueKt.Dsl.() -> Unit): DnsRecord.HostnameValue
Link copied to clipboard
@JvmName(name = "-initializepriorityValue")
inline fun priorityValue(block: DnsRecordKt.PriorityValueKt.Dsl.() -> Unit): DnsRecord.PriorityValue
Link copied to clipboard
@JvmName(name = "-initializestringValue")
inline fun stringValue(block: DnsRecordKt.StringValueKt.Dsl.() -> Unit): DnsRecord.StringValue