AddressSpaceAggregationOption Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AddressSpaceAggregationOption
- com.
- com.
public final class AddressSpaceAggregationOption
extends ExpandableStringEnum<AddressSpaceAggregationOption>
Option indicating the update behavior of a resource's address prefixes referenced within a network manager configuration.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Address |
MANUAL
Static value Manual for Address |
static final
Address |
NONE
Static value None for Address |
Constructor Summary
Constructor | Description |
---|---|
AddressSpaceAggregationOption() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Address |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Address |
fromString(String name)
Creates or finds a Address |
static
Collection<Address |
values()
Gets known Address |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANUAL
public static final AddressSpaceAggregationOption MANUAL
Static value Manual for AddressSpaceAggregationOption.
NONE
public static final AddressSpaceAggregationOption NONE
Static value None for AddressSpaceAggregationOption.
Constructor Details
AddressSpaceAggregationOption
@Deprecated
public AddressSpaceAggregationOption()
Deprecated
Creates a new instance of AddressSpaceAggregationOption value.
Method Details
fromString
public static AddressSpaceAggregationOption fromString(String name)
Creates or finds a AddressSpaceAggregationOption from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AddressSpaceAggregationOption values.
Returns: