RegistrationDnsSettingsCustomDnsDsRecordArgs

data class RegistrationDnsSettingsCustomDnsDsRecordArgs(val algorithm: Output<String>? = null, val digest: Output<String>? = null, val digestType: Output<String>? = null, val keyTag: Output<Int>? = null) : ConvertibleToJava<RegistrationDnsSettingsCustomDnsDsRecordArgs>

Constructors

constructor(algorithm: Output<String>? = null, digest: Output<String>? = null, digestType: Output<String>? = null, keyTag: Output<Int>? = null)

Properties

Link copied to clipboard
val algorithm: Output<String>? = null

The algorithm used to generate the referenced DNSKEY.

Link copied to clipboard
val digest: Output<String>? = null

The digest generated from the referenced DNSKEY.

Link copied to clipboard
val digestType: Output<String>? = null

The hash function used to generate the digest of the referenced DNSKEY.

Link copied to clipboard
val keyTag: Output<Int>? = null

The key tag of the record. Must be set in range 0 -- 65535.

Functions

Link copied to clipboard
open override fun toJava(): RegistrationDnsSettingsCustomDnsDsRecordArgs