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 Details

    • SINGULAR

      public static final CustomIpPrefixType SINGULAR
      Static value Singular for CustomIpPrefixType.
    • PARENT

      public static final CustomIpPrefixType PARENT
      Static value Parent for CustomIpPrefixType.
    • CHILD

      public static final CustomIpPrefixType CHILD
      Static value Child for CustomIpPrefixType.
  • Constructor Details

    • CustomIpPrefixType

      @Deprecated public CustomIpPrefixType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of CustomIpPrefixType value.
  • Method Details

    • fromString

      public static CustomIpPrefixType fromString(String name)
      Creates or finds a CustomIpPrefixType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CustomIpPrefixType.
    • values

      public static Collection<CustomIpPrefixType> values()
      Gets known CustomIpPrefixType values.
      Returns:
      known CustomIpPrefixType values.