Class NvaNicType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NvaNicType>
com.azure.resourcemanager.network.models.NvaNicType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for NvaNicType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NvaNicTypeStatic value AdditionalPrivateNic for NvaNicType.static final NvaNicTypeStatic value AdditionalPublicNic for NvaNicType.static final NvaNicTypeStatic value PrivateNic for NvaNicType.static final NvaNicTypeStatic value PublicNic for NvaNicType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NvaNicTypefromString(String name) Creates or finds a NvaNicType from its string representation.static Collection<NvaNicType> values()Gets known NvaNicType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PRIVATE_NIC
Static value PrivateNic for NvaNicType. -
PUBLIC_NIC
Static value PublicNic for NvaNicType. -
ADDITIONAL_PRIVATE_NIC
Static value AdditionalPrivateNic for NvaNicType. -
ADDITIONAL_PUBLIC_NIC
Static value AdditionalPublicNic for NvaNicType.
-
-
Constructor Details
-
NvaNicType
Deprecated.Use thefromString(String)factory method.Creates a new instance of NvaNicType value.
-
-
Method Details
-
fromString
Creates or finds a NvaNicType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NvaNicType.
-
values
Gets known NvaNicType values.- Returns:
- known NvaNicType values.
-
fromString(String)factory method.