RecordDataArgs

data class RecordDataArgs(val algorithm: Output<Double>? = null, val altitude: Output<Double>? = null, val certificate: Output<String>? = null, val digest: Output<String>? = null, val digestType: Output<Double>? = null, val fingerprint: Output<String>? = null, val flags: Output<Double>? = null, val keyTag: Output<Double>? = null, val latDegrees: Output<Double>? = null, val latDirection: Output<String>? = null, val latMinutes: Output<Double>? = null, val latSeconds: Output<Double>? = null, val longDegrees: Output<Double>? = null, val longDirection: Output<String>? = null, val longMinutes: Output<Double>? = null, val longSeconds: Output<Double>? = null, val matchingType: Output<Double>? = null, val order: Output<Double>? = null, val port: Output<Double>? = null, val precisionHorz: Output<Double>? = null, val precisionVert: Output<Double>? = null, val preference: Output<Double>? = null, val priority: Output<Double>? = null, val protocol: Output<Double>? = null, val publicKey: Output<String>? = null, val regex: Output<String>? = null, val replacement: Output<String>? = null, val selector: Output<Double>? = null, val service: Output<String>? = null, val size: Output<Double>? = null, val tag: Output<String>? = null, val target: Output<String>? = null, val type: Output<Double>? = null, val usage: Output<Double>? = null, val value: Output<String>? = null, val weight: Output<Double>? = null) : ConvertibleToJava<RecordDataArgs>

Constructors

Link copied to clipboard
constructor(algorithm: Output<Double>? = null, altitude: Output<Double>? = null, certificate: Output<String>? = null, digest: Output<String>? = null, digestType: Output<Double>? = null, fingerprint: Output<String>? = null, flags: Output<Double>? = null, keyTag: Output<Double>? = null, latDegrees: Output<Double>? = null, latDirection: Output<String>? = null, latMinutes: Output<Double>? = null, latSeconds: Output<Double>? = null, longDegrees: Output<Double>? = null, longDirection: Output<String>? = null, longMinutes: Output<Double>? = null, longSeconds: Output<Double>? = null, matchingType: Output<Double>? = null, order: Output<Double>? = null, port: Output<Double>? = null, precisionHorz: Output<Double>? = null, precisionVert: Output<Double>? = null, preference: Output<Double>? = null, priority: Output<Double>? = null, protocol: Output<Double>? = null, publicKey: Output<String>? = null, regex: Output<String>? = null, replacement: Output<String>? = null, selector: Output<Double>? = null, service: Output<String>? = null, size: Output<Double>? = null, tag: Output<String>? = null, target: Output<String>? = null, type: Output<Double>? = null, usage: Output<Double>? = null, value: Output<String>? = null, weight: Output<Double>? = null)

Properties

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

Algorithm.

Link copied to clipboard
val altitude: Output<Double>? = null

Altitude of location in meters.

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

Certificate.

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

Digest.

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

Digest Type.

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

fingerprint.

Link copied to clipboard
val flags: Output<Double>? = null

Flags for the CAA record.

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

Key Tag.

Link copied to clipboard
val latDegrees: Output<Double>? = null

Degrees of latitude.

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

Latitude direction. Available values: "N", "S".

Link copied to clipboard
val latMinutes: Output<Double>? = null

Minutes of latitude.

Link copied to clipboard
val latSeconds: Output<Double>? = null

Seconds of latitude.

Link copied to clipboard
val longDegrees: Output<Double>? = null

Degrees of longitude.

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

Longitude direction. Available values: "E", "W".

Link copied to clipboard
val longMinutes: Output<Double>? = null

Minutes of longitude.

Link copied to clipboard
val longSeconds: Output<Double>? = null

Seconds of longitude.

Link copied to clipboard
val matchingType: Output<Double>? = null

Matching Type.

Link copied to clipboard
val order: Output<Double>? = null

Order.

Link copied to clipboard
val port: Output<Double>? = null

The port of the service.

Link copied to clipboard
val precisionHorz: Output<Double>? = null

Horizontal precision of location.

Link copied to clipboard
val precisionVert: Output<Double>? = null

Vertical precision of location.

Link copied to clipboard
val preference: Output<Double>? = null

Preference.

Link copied to clipboard
val priority: Output<Double>? = null

priority.

Link copied to clipboard
val protocol: Output<Double>? = null

Protocol.

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

Public Key.

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

Regex.

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

Replacement.

Link copied to clipboard
val selector: Output<Double>? = null

Selector.

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

Service.

Link copied to clipboard
val size: Output<Double>? = null

Size of location in meters.

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

Name of the property controlled by this record (e.g.: issue, issuewild, iodef).

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

target.

Link copied to clipboard
val type: Output<Double>? = null

Type.

Link copied to clipboard
val usage: Output<Double>? = null

Usage.

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

Value of the record. This field's semantics depend on the chosen tag.

Link copied to clipboard
val weight: Output<Double>? = null

The record weight.

Functions

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