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
Manual. |
|
static final
Address |
NONE
None. |
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
Manual.
NONE
public static final AddressSpaceAggregationOption NONE
None.
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<AddressSpaceAggregationOption> values()
Gets known AddressSpaceAggregationOption values.
Returns: