Class NetworkInterfaceNicType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<NetworkInterfaceNicType>
-
- com.azure.resourcemanager.network.models.NetworkInterfaceNicType
-
public final class NetworkInterfaceNicType extends com.azure.core.util.ExpandableStringEnum<NetworkInterfaceNicType>
Defines values for NetworkInterfaceNicType.
-
-
Field Summary
Fields Modifier and Type Field Description static NetworkInterfaceNicTypeELASTICStatic value Elastic for NetworkInterfaceNicType.static NetworkInterfaceNicTypeSTANDARDStatic value Standard for NetworkInterfaceNicType.
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceNicType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NetworkInterfaceNicTypefromString(String name)Creates or finds a NetworkInterfaceNicType from its string representation.static Collection<NetworkInterfaceNicType>values()
-
-
-
Field Detail
-
STANDARD
public static final NetworkInterfaceNicType STANDARD
Static value Standard for NetworkInterfaceNicType.
-
ELASTIC
public static final NetworkInterfaceNicType ELASTIC
Static value Elastic for NetworkInterfaceNicType.
-
-
Method Detail
-
fromString
public static NetworkInterfaceNicType fromString(String name)
Creates or finds a NetworkInterfaceNicType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkInterfaceNicType.
-
values
public static Collection<NetworkInterfaceNicType> values()
- Returns:
- known NetworkInterfaceNicType values.
-
-