NetworkInterfaceAuxiliaryMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. NetworkInterfaceAuxiliaryMode
- com.
- com.
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
Network |
ACCELERATED_CONNECTIONS
Static value Accelerated |
static final
Network |
FLOATING
Static value Floating for Network |
static final
Network |
NONE
Static value None for Network |
Constructor Summary
Constructor | Description |
---|---|
NetworkInterfaceAuxiliaryMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
Collection<Network |
values()
Gets known Network |
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
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:
Returns:
values
public static Collection
Gets known NetworkInterfaceAuxiliaryMode values.
Returns:
Applies to
Azure SDK for Java