Class AddressSpaceAggregationOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AddressSpaceAggregationOption>
com.azure.resourcemanager.network.models.AddressSpaceAggregationOption
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AddressSpaceAggregationOption
extends com.azure.core.util.ExpandableStringEnum<AddressSpaceAggregationOption>
Option indicating the update behavior of a resource's address prefixes referenced within a network manager
configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AddressSpaceAggregationOptionStatic value Manual for AddressSpaceAggregationOption.static final AddressSpaceAggregationOptionStatic value None for AddressSpaceAggregationOption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AddressSpaceAggregationOption from its string representation.values()Gets known AddressSpaceAggregationOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for AddressSpaceAggregationOption. -
MANUAL
Static value Manual for AddressSpaceAggregationOption.
-
-
Constructor Details
-
AddressSpaceAggregationOption
Deprecated.Use thefromString(String)factory method.Creates a new instance of AddressSpaceAggregationOption value.
-
-
Method Details
-
fromString
Creates or finds a AddressSpaceAggregationOption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AddressSpaceAggregationOption.
-
values
Gets known AddressSpaceAggregationOption values.- Returns:
- known AddressSpaceAggregationOption values.
-
fromString(String)factory method.