Class CustomIpPrefixType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomIpPrefixType>
com.azure.resourcemanager.network.models.CustomIpPrefixType
public final class CustomIpPrefixType
extends com.azure.core.util.ExpandableStringEnum<CustomIpPrefixType>
Type of custom IP prefix. Should be Singular, Parent, or Child.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomIpPrefixTypeStatic value Child for CustomIpPrefixType.static final CustomIpPrefixTypeStatic value Parent for CustomIpPrefixType.static final CustomIpPrefixTypeStatic value Singular for CustomIpPrefixType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomIpPrefixTypefromString(String name) Creates or finds a CustomIpPrefixType from its string representation.static Collection<CustomIpPrefixType>values()Gets known CustomIpPrefixType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SINGULAR
Static value Singular for CustomIpPrefixType. -
PARENT
Static value Parent for CustomIpPrefixType. -
CHILD
Static value Child for CustomIpPrefixType.
-
-
Constructor Details
-
CustomIpPrefixType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CustomIpPrefixType value.
-
-
Method Details
-
fromString
Creates or finds a CustomIpPrefixType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CustomIpPrefixType.
-
values
Gets known CustomIpPrefixType values.- Returns:
- known CustomIpPrefixType values.
-
fromString(String)factory method.