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