
com.pulumi.azurenative.network.kotlin.outputs.TrafficAnalyticsPropertiesResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.network.kotlin.outputs
import kotlin.Suppress
/**
* Parameters that define the configuration of traffic analytics.
* @property networkWatcherFlowAnalyticsConfiguration Parameters that define the configuration of traffic analytics.
*/
public data class TrafficAnalyticsPropertiesResponse(
public val networkWatcherFlowAnalyticsConfiguration: TrafficAnalyticsConfigurationPropertiesResponse? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.network.outputs.TrafficAnalyticsPropertiesResponse): TrafficAnalyticsPropertiesResponse = TrafficAnalyticsPropertiesResponse(
networkWatcherFlowAnalyticsConfiguration = javaType.networkWatcherFlowAnalyticsConfiguration().map({ args0 ->
args0.let({ args0 ->
com.pulumi.azurenative.network.kotlin.outputs.TrafficAnalyticsConfigurationPropertiesResponse.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy