ConnectedGroupAddressOverlap Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ConnectedGroupAddressOverlap
- com.
- com.
public final class ConnectedGroupAddressOverlap
extends ExpandableStringEnum<ConnectedGroupAddressOverlap>
Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Connected |
ALLOWED
Default. |
|
static final
Connected |
DISALLOWED
Strictly disallows connected group members from having overlapping IP address space. |
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedGroupAddressOverlap() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
fromString(String name)
Creates or finds a Connected |
|
static
Collection<Connected |
values()
Gets known Connected |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOWED
public static final ConnectedGroupAddressOverlap ALLOWED
Default. Allows connected group members to have overlapping IP address space.
DISALLOWED
public static final ConnectedGroupAddressOverlap DISALLOWED
Strictly disallows connected group members from having overlapping IP address space. Prevents the addition of a virtual network with overlapping address to the connected group, blocks peering between a virtual network and a connected group member if any connected group member has an overlapping range, and restricts address space modifications that would introduce overlap.
Constructor Details
ConnectedGroupAddressOverlap
@Deprecated
public ConnectedGroupAddressOverlap()
Deprecated
Creates a new instance of ConnectedGroupAddressOverlap value.
Method Details
fromString
public static ConnectedGroupAddressOverlap fromString(String name)
Creates or finds a ConnectedGroupAddressOverlap from its string representation.
Parameters:
Returns:
values
public static Collection<ConnectedGroupAddressOverlap> values()
Gets known ConnectedGroupAddressOverlap values.
Returns: