metadataFilters

@JvmName(name = "daqbpoqbkjpianbp")
suspend fun metadataFilters(value: Output<List<GlobalForwardingRuleMetadataFilterArgs>>)
@JvmName(name = "tkjfbyxfvcfpxrsc")
suspend fun metadataFilters(value: List<GlobalForwardingRuleMetadataFilterArgs>?)

Parameters

value

Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set xDS compliant clients. In their xDS requests to Loadbalancer, xDS clients present node metadata. If a match takes place, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels in the provided metadata. metadataFilters specified here can be overridden by those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED. Structure is documented below.


@JvmName(name = "onhdtmaxgpfoptlb")
suspend fun metadataFilters(vararg values: Output<GlobalForwardingRuleMetadataFilterArgs>)


@JvmName(name = "tvhspggxfqdcetwa")
suspend fun metadataFilters(values: List<Output<GlobalForwardingRuleMetadataFilterArgs>>)
@JvmName(name = "kgmyepxvfyybbsot")
suspend fun metadataFilters(vararg values: GlobalForwardingRuleMetadataFilterArgs)

Parameters

values

Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set xDS compliant clients. In their xDS requests to Loadbalancer, xDS clients present node metadata. If a match takes place, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels in the provided metadata. metadataFilters specified here can be overridden by those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED. Structure is documented below.


@JvmName(name = "jocwftassbertxek")
suspend fun metadataFilters(argument: List<suspend GlobalForwardingRuleMetadataFilterArgsBuilder.() -> Unit>)
@JvmName(name = "osdtbwmmcpyhvixj")
suspend fun metadataFilters(vararg argument: suspend GlobalForwardingRuleMetadataFilterArgsBuilder.() -> Unit)
@JvmName(name = "thtvvbanyrfdjvvq")
suspend fun metadataFilters(argument: suspend GlobalForwardingRuleMetadataFilterArgsBuilder.() -> Unit)

Parameters

argument

Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set xDS compliant clients. In their xDS requests to Loadbalancer, xDS clients present node metadata. If a match takes place, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels in the provided metadata. metadataFilters specified here can be overridden by those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED. Structure is documented below.