public class FlowLogFormatParameters extends Object
| Constructor and Description |
|---|
FlowLogFormatParameters() |
| Modifier and Type | Method and Description |
|---|---|
FlowLogFormatType |
type()
Get the file type of flow log.
|
Integer |
version()
Get the version (revision) of the flow log.
|
FlowLogFormatParameters |
withType(FlowLogFormatType type)
Set the file type of flow log.
|
FlowLogFormatParameters |
withVersion(Integer version)
Set the version (revision) of the flow log.
|
public FlowLogFormatType type()
public FlowLogFormatParameters withType(FlowLogFormatType type)
type - the type value to setpublic Integer version()
public FlowLogFormatParameters withVersion(Integer version)
version - the version value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/