
com.pulumi.azure.network.kotlin.outputs.TrafficManagerExternalEndpointCustomHeader.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.network.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 TrafficManagerExternalEndpointCustomHeader(
public val name: String,
public val `value`: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.network.outputs.TrafficManagerExternalEndpointCustomHeader):
TrafficManagerExternalEndpointCustomHeader = TrafficManagerExternalEndpointCustomHeader(
name = javaType.name(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy