NetworkInterfaceAuxiliaryMode Class

public final class NetworkInterfaceAuxiliaryMode
extends ExpandableStringEnum<NetworkInterfaceAuxiliaryMode>

Specifies whether the Auxiliary mode is enabled for the Network Interface resource.

Field Summary

Modifier and Type Field and Description
static final NetworkInterfaceAuxiliaryMode ACCELERATED_CONNECTIONS

Static value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.

static final NetworkInterfaceAuxiliaryMode FLOATING

Static value Floating for NetworkInterfaceAuxiliaryMode.

static final NetworkInterfaceAuxiliaryMode NONE

Static value None for NetworkInterfaceAuxiliaryMode.

Constructor Summary

Constructor Description
NetworkInterfaceAuxiliaryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkInterfaceAuxiliaryMode value.

Method Summary

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

Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.

static Collection<NetworkInterfaceAuxiliaryMode> values()

Gets known NetworkInterfaceAuxiliaryMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACCELERATED_CONNECTIONS

public static final NetworkInterfaceAuxiliaryMode ACCELERATED_CONNECTIONS

Static value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.

FLOATING

public static final NetworkInterfaceAuxiliaryMode FLOATING

Static value Floating for NetworkInterfaceAuxiliaryMode.

NONE

public static final NetworkInterfaceAuxiliaryMode NONE

Static value None for NetworkInterfaceAuxiliaryMode.

Constructor Details

NetworkInterfaceAuxiliaryMode

@Deprecated
public NetworkInterfaceAuxiliaryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkInterfaceAuxiliaryMode value.

Method Details

fromString

public static NetworkInterfaceAuxiliaryMode fromString(String name)

Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NetworkInterfaceAuxiliaryMode.

values

public static Collection values()

Gets known NetworkInterfaceAuxiliaryMode values.

Returns:

known NetworkInterfaceAuxiliaryMode values.

Applies to