
com.pulumi.azurenative.apimanagement.kotlin.outputs.GatewayConfigurationApiResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.apimanagement.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Information regarding the Configuration API of the API Management gateway. This is only applicable for API gateway with Standard SKU.
* @property hostname Hostname to which the agent connects to propagate configuration to the cloud.
*/
public data class GatewayConfigurationApiResponse(
public val hostname: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.apimanagement.outputs.GatewayConfigurationApiResponse): GatewayConfigurationApiResponse = GatewayConfigurationApiResponse(
hostname = javaType.hostname(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy