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

com.pulumi.azurenative.azurestackhci.kotlin.outputs.InterfaceDNSSettingsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.azurestackhci.kotlin.outputs

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

/**
 *
 * @property dnsServers List of DNS server IP Addresses for the interface
 */
public data class InterfaceDNSSettingsResponse(
    public val dnsServers: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.azurestackhci.outputs.InterfaceDNSSettingsResponse): InterfaceDNSSettingsResponse = InterfaceDNSSettingsResponse(
            dnsServers = javaType.dnsServers().map({ args0 -> args0 }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy