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

com.pulumi.googlenative.certificatemanager.v1.kotlin.outputs.IpConfigResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.googlenative.certificatemanager.v1.kotlin.outputs

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

/**
 * Defines IP configuration where this Certificate Map is serving.
 * @property ipAddress An external IP address.
 * @property ports Ports.
 */
public data class IpConfigResponse(
    public val ipAddress: String,
    public val ports: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.certificatemanager.v1.outputs.IpConfigResponse): IpConfigResponse = IpConfigResponse(
            ipAddress = javaType.ipAddress(),
            ports = javaType.ports().map({ args0 -> args0 }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy