
com.pulumi.azure.trafficmanager.kotlin.outputs.ProfileMonitorConfigCustomHeader.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.trafficmanager.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property name The name of the custom header.
* @property value The value of custom header. Applicable for HTTP and HTTPS protocol.
*/
public data class ProfileMonitorConfigCustomHeader(
public val name: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.trafficmanager.outputs.ProfileMonitorConfigCustomHeader): ProfileMonitorConfigCustomHeader = ProfileMonitorConfigCustomHeader(
name = javaType.name(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy