FlowLogFormatType Class

public final class FlowLogFormatType
extends ExpandableStringEnum<FlowLogFormatType>

The file type of flow log.

Field Summary

Modifier and Type Field and Description
static final FlowLogFormatType JSON

Static value JSON for FlowLogFormatType.

Constructor Summary

Constructor Description
FlowLogFormatType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FlowLogFormatType value.

Method Summary

Modifier and Type Method and Description
static FlowLogFormatType fromString(String name)

Creates or finds a FlowLogFormatType from its string representation.

static Collection<FlowLogFormatType> values()

Gets known FlowLogFormatType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

JSON

public static final FlowLogFormatType JSON

Static value JSON for FlowLogFormatType.

Constructor Details

FlowLogFormatType

@Deprecated
public FlowLogFormatType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FlowLogFormatType value.

Method Details

fromString

public static FlowLogFormatType fromString(String name)

Creates or finds a FlowLogFormatType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FlowLogFormatType.

values

public static Collection values()

Gets known FlowLogFormatType values.

Returns:

known FlowLogFormatType values.

Applies to