All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.dns.v1beta2.kotlin.outputs.RRSetRoutingPolicyWrrPolicyResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.dns.v1beta2.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 * Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
 * @property items
 * @property kind
 */
public data class RRSetRoutingPolicyWrrPolicyResponse(
    public val items: List,
    public val kind: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.dns.v1beta2.outputs.RRSetRoutingPolicyWrrPolicyResponse): RRSetRoutingPolicyWrrPolicyResponse = RRSetRoutingPolicyWrrPolicyResponse(
            items = javaType.items().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.googlenative.dns.v1beta2.kotlin.outputs.RRSetRoutingPolicyWrrPolicyWrrPolicyItemResponse.Companion.toKotlin(args0)
                })
            }),
            kind = javaType.kind(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy