
com.pulumi.azure.privatedns.kotlin.outputs.GetResolverInboundEndpointIpConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.privatedns.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property privateIpAddress The private IP address of the IP configuration.
* @property privateIpAllocationMethod The private IP address allocation method.
* @property subnetId The subnet ID of the IP configuration.
*/
public data class GetResolverInboundEndpointIpConfiguration(
public val privateIpAddress: String,
public val privateIpAllocationMethod: String,
public val subnetId: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.privatedns.outputs.GetResolverInboundEndpointIpConfiguration):
GetResolverInboundEndpointIpConfiguration = GetResolverInboundEndpointIpConfiguration(
privateIpAddress = javaType.privateIpAddress(),
privateIpAllocationMethod = javaType.privateIpAllocationMethod(),
subnetId = javaType.subnetId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy