FlowLogFormatParameters Class
Parameters that define the flow log format.
Constructor
FlowLogFormatParameters(*, type: str | _models.FlowLogFormatType | None = None, version: int = 0, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The file type of flow log. "JSON" Default value: None
|
version
|
The version (revision) of the flow log. Default value: 0
|
Variables
Name | Description |
---|---|
type
|
The file type of flow log. "JSON" |
version
|
The version (revision) of the flow log. |