EgressRestrictions

class baseten.client.modelconfig.EgressRestrictions(*, ip_allow_list=None, fqdn_allow_list=None, **extra_data)

Bases: BaseModel

Parameters:
  • ip_allow_list (list[str] | None)

  • fqdn_allow_list (list[str] | None)

  • extra_data (Any)

model_config = {'extra': 'allow'}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].