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

com.pulumi.gcp.compute.kotlin.outputs.RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy.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 RegionBackendService resource being mirrored to.
 * The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map.
 * Serverless NEG backends are not currently supported as a mirrored backend service.
 */
public data class RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(
    public val backendService: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.compute.outputs.RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy): RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy =
            RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(
                backendService = javaType.backendService(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy