FlowEndpoints Class

The flow endpoints configuration.

Inheritance
FlowEndpoints

Constructor

FlowEndpoints(*, outgoing_ip_addresses: Optional[List[azure.mgmt.logic.models._models_py3.IpAddress]] = None, access_endpoint_ip_addresses: Optional[List[azure.mgmt.logic.models._models_py3.IpAddress]] = None, **kwargs)

Variables

outgoing_ip_addresses
list[IpAddress]

The outgoing ip address.

access_endpoint_ip_addresses
list[IpAddress]

The access endpoint ip address.