![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.medialive.kotlin.outputs.NetworkIpPool.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.medialive.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* IP address cidr pool
* @property cidr IP address cidr pool
*/
public data class NetworkIpPool(
public val cidr: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.medialive.outputs.NetworkIpPool): NetworkIpPool = NetworkIpPool(
cidr = javaType.cidr().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy