ProtocolSettings Class
Protocol-level settings for the connection analyzer.
Constructor
ProtocolSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
protocol
|
Network protocol. Known values are: "Tcp", "Http", "Https", and "Icmp". |
|
http_configuration
|
HTTP configuration (used when protocol is Http or Https). |
Attributes
http_configuration
HTTP configuration (used when protocol is Http or Https).
http_configuration: _models.HTTPConfiguration | None
protocol
"Tcp", "Http", "Https", and "Icmp".
protocol: str | _models.Protocol | None