Class ExtensionBindingMatchConditionTo
Describes properties of one or more destinations of a request.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ExtensionBindingMatchConditionTo : IDirectResponseSchema
Properties
Destination
Optional. Describes properties of destination of a request. Within a destination, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. At least one of destination or not_destination must be specified.
Declaration
[JsonProperty("destination")]
public virtual ExtensionBindingMatchConditionToDestination Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionBindingMatchConditionToDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NotDestination
Optional. Describes the negated properties of the request destination. Extension will not be invoked on requests that match the criteria specified in this field. At least one of destination or not_destination must be specified.
Declaration
[JsonProperty("notDestination")]
public virtual ExtensionBindingMatchConditionToDestination NotDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionBindingMatchConditionToDestination |