RequiredTraffic Class

Required inbound or outbound traffic for Azure Spring Cloud instance.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RequiredTraffic

Constructor

RequiredTraffic(**kwargs)

Variables

protocol
str

The protocol of required traffic.

port
int

The port of required traffic.

ips
list[str]

The ip list of required traffic.

fqdns
list[str]

The FQDN list of required traffic.

direction
str or TrafficDirection

The direction of required traffic. Possible values include: "Inbound", "Outbound".