All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.apimanagement.kotlin.outputs.FrontendConfigurationResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.apimanagement.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Information regarding how the gateway should be exposed.
 * @property defaultHostname The default hostname of the data-plane gateway to which requests can be sent. This is only applicable for API gateway with Standard SKU.
 */
public data class FrontendConfigurationResponse(
    public val defaultHostname: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.apimanagement.outputs.FrontendConfigurationResponse): FrontendConfigurationResponse = FrontendConfigurationResponse(
            defaultHostname = javaType.defaultHostname(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy