FlowLogFormatParameters Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. FlowLogFormatParameters
- com.
Implements
public final class FlowLogFormatParameters
implements JsonSerializable<FlowLogFormatParameters>
Parameters that define the flow log format.
Constructor Summary
| Constructor | Description |
|---|---|
| FlowLogFormatParameters() |
Creates an instance of Flow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Flow |
fromJson(JsonReader jsonReader)
Reads an instance of Flow |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Flow |
type()
Get the type property: The file type of flow log. |
| void |
validate()
Validates the instance. |
| Integer |
version()
Get the version property: The version (revision) of the flow log. |
|
Flow |
withType(FlowLogFormatType type)
Set the type property: The file type of flow log. |
|
Flow |
withVersion(Integer version)
Set the version property: The version (revision) of the flow log. |
Methods inherited from java.lang.Object
Constructor Details
FlowLogFormatParameters
public FlowLogFormatParameters()
Creates an instance of FlowLogFormatParameters class.
Method Details
fromJson
public static FlowLogFormatParameters fromJson(JsonReader jsonReader)
Reads an instance of FlowLogFormatParameters from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public FlowLogFormatType type()
Get the type property: The file type of flow log.
Returns:
validate
public void validate()
Validates the instance.
version
public Integer version()
Get the version property: The version (revision) of the flow log.
Returns:
withType
public FlowLogFormatParameters withType(FlowLogFormatType type)
Set the type property: The file type of flow log.
Parameters:
Returns:
withVersion
public FlowLogFormatParameters withVersion(Integer version)
Set the version property: The version (revision) of the flow log.
Parameters:
Returns: