
com.pulumi.azurenative.azurestackhci.kotlin.outputs.HttpProxyConfigurationResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.azurestackhci.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* HTTP Proxy configuration for the VM.
* @property httpsProxy The httpsProxy url.
*/
public data class HttpProxyConfigurationResponse(
public val httpsProxy: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.azurestackhci.outputs.HttpProxyConfigurationResponse): HttpProxyConfigurationResponse = HttpProxyConfigurationResponse(
httpsProxy = javaType.httpsProxy().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy