Class FlowLogFormatParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FlowLogFormatParameters
-
public final class FlowLogFormatParameters extends Object
Parameters that define the flow log format.
-
-
Constructor Summary
Constructors Constructor Description FlowLogFormatParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowLogFormatTypetype()Get the type property: The file type of flow log.voidvalidate()Validates the instance.Integerversion()Get the version property: The version (revision) of the flow log.FlowLogFormatParameterswithType(FlowLogFormatType type)Set the type property: The file type of flow log.FlowLogFormatParameterswithVersion(Integer version)Set the version property: The version (revision) of the flow log.
-
-
-
Method Detail
-
type
public FlowLogFormatType type()
Get the type property: The file type of flow log.- Returns:
- the type value.
-
withType
public FlowLogFormatParameters withType(FlowLogFormatType type)
Set the type property: The file type of flow log.- Parameters:
type- the type value to set.- Returns:
- the FlowLogFormatParameters object itself.
-
version
public Integer version()
Get the version property: The version (revision) of the flow log.- Returns:
- the version value.
-
withVersion
public FlowLogFormatParameters withVersion(Integer version)
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.
-
-