HttpFilterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)HttpFilterConfiguration supplies additional contextual settings for networkservices.HttpFilter resources enabled by Traffic Director.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
config |
str
The configuration needed to enable thenetworkservices.HttpFilter resource. The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl This field is a member of oneof_ _config.
|
config_type_url |
str
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings, for example:type.googleapis.com/google.protobuf.Struct This field is a member of oneof_ _config_type_url.
|
filter_name |
str
Name of the networkservices.HttpFilter resource this configuration belongs to. This name must be known to the xDS client. Example: envoy.wasm This field is a member of oneof_ _filter_name.
|