Class FlowLogFormatParameters
java.lang.Object
com.azure.resourcemanager.network.models.FlowLogFormatParameters
Parameters that define the flow log format.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FlowLogFormatParameters class. -
Method Summary
Modifier and TypeMethodDescriptiontype()Get the type property: The file type of flow log.voidvalidate()Validates the instance.version()Get the version property: The version (revision) of the flow log.withType(FlowLogFormatType type) Set the type property: The file type of flow log.withVersion(Integer version) Set the version property: The version (revision) of the flow log.
-
Constructor Details
-
FlowLogFormatParameters
public FlowLogFormatParameters()Creates an instance of FlowLogFormatParameters class.
-
-
Method Details
-
type
Get the type property: The file type of flow log.- Returns:
- the type value.
-
withType
Set the type property: The file type of flow log.- Parameters:
type- the type value to set.- Returns:
- the FlowLogFormatParameters object itself.
-
version
Get the version property: The version (revision) of the flow log.- Returns:
- the version value.
-
withVersion
Set the version property: The version (revision) of the flow log.- Parameters:
version- the version value to set.- Returns:
- the FlowLogFormatParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-