Class NetworkInterfaceAuxiliaryMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkInterfaceAuxiliaryMode>
com.azure.resourcemanager.network.models.NetworkInterfaceAuxiliaryMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class NetworkInterfaceAuxiliaryMode
extends com.azure.core.util.ExpandableStringEnum<NetworkInterfaceAuxiliaryMode>
Auxiliary mode of Network Interface resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkInterfaceAuxiliaryModeStatic value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.static final NetworkInterfaceAuxiliaryModeStatic value Floating for NetworkInterfaceAuxiliaryMode.static final NetworkInterfaceAuxiliaryModeStatic value MaxConnections for NetworkInterfaceAuxiliaryMode.static final NetworkInterfaceAuxiliaryModeStatic value None for NetworkInterfaceAuxiliaryMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.values()Gets known NetworkInterfaceAuxiliaryMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for NetworkInterfaceAuxiliaryMode. -
MAX_CONNECTIONS
Static value MaxConnections for NetworkInterfaceAuxiliaryMode. -
FLOATING
Static value Floating for NetworkInterfaceAuxiliaryMode. -
ACCELERATED_CONNECTIONS
Static value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.
-
-
Constructor Details
-
NetworkInterfaceAuxiliaryMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of NetworkInterfaceAuxiliaryMode value.
-
-
Method Details
-
fromString
Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkInterfaceAuxiliaryMode.
-
values
Gets known NetworkInterfaceAuxiliaryMode values.- Returns:
- known NetworkInterfaceAuxiliaryMode values.
-
fromString(String)factory method.