
com.pulumi.gcp.compute.kotlin.outputs.URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.compute.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property backendService The full or partial URL to the BackendService resource being mirrored to.
*/
public data class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(
public val backendService: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.compute.outputs.URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy): URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy =
URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(
backendService = javaType.backendService(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy