Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getAddress")
@set:JvmName(name = "setAddress")
var address: DnsRecord.AddressValue

.elide.net.DnsRecord.AddressValue address = 7;

Link copied to clipboard
@get:JvmName(name = "getDomain")
@set:JvmName(name = "setDomain")
var domain: String

string domain = 1;

Link copied to clipboard
@get:JvmName(name = "getHostname")
@set:JvmName(name = "setHostname")
var hostname: DnsRecord.HostnameValue

.elide.net.DnsRecord.HostnameValue hostname = 6;

Link copied to clipboard
@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String

string name = 2;

Link copied to clipboard
@get:JvmName(name = "getPriority")
@set:JvmName(name = "setPriority")
var priority: DnsRecord.PriorityValue

.elide.net.DnsRecord.PriorityValue priority = 5;

Link copied to clipboard
@get:JvmName(name = "getString")
@set:JvmName(name = "setString")
var string: DnsRecord.StringValue

.elide.net.DnsRecord.StringValue string = 4;

Link copied to clipboard
@get:JvmName(name = "getTtl")
@set:JvmName(name = "setTtl")
var ttl: Long

uint64 ttl = 3;

Link copied to clipboard
@get:JvmName(name = "getValueCase")
val valueCase: DnsRecord.ValueCase

Functions

Link copied to clipboard

.elide.net.DnsRecord.AddressValue address = 7;

Link copied to clipboard

string domain = 1;

Link copied to clipboard

.elide.net.DnsRecord.HostnameValue hostname = 6;

Link copied to clipboard
fun clearName()

string name = 2;

Link copied to clipboard

.elide.net.DnsRecord.PriorityValue priority = 5;

Link copied to clipboard

.elide.net.DnsRecord.StringValue string = 4;

Link copied to clipboard
fun clearTtl()

uint64 ttl = 3;

Link copied to clipboard
Link copied to clipboard

.elide.net.DnsRecord.AddressValue address = 7;

Link copied to clipboard

.elide.net.DnsRecord.HostnameValue hostname = 6;

Link copied to clipboard

.elide.net.DnsRecord.PriorityValue priority = 5;

Link copied to clipboard

.elide.net.DnsRecord.StringValue string = 4;