FlowLogFormatParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.FlowLogFormatParameters

public final class FlowLogFormatParameters

Parameters that define the flow log format.

Constructor Summary

Constructor Description
FlowLogFormatParameters()

Creates an instance of FlowLogFormatParameters class.

Method Summary

Modifier and Type Method and Description
FlowLogFormatType 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.

FlowLogFormatParameters withType(FlowLogFormatType type)

Set the type property: The file type of flow log.

FlowLogFormatParameters 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

type

public FlowLogFormatType type()

Get the type property: The file type of flow log.

Returns:

the type value.

validate

public void validate()

Validates the instance.

version

public Integer version()

Get the version property: The version (revision) of the flow log.

Returns:

the version 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.

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.

Applies to