EnableOnlyIpv6PeeringState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. EnableOnlyIpv6PeeringState
- com.
- com.
public final class EnableOnlyIpv6PeeringState
extends ExpandableStringEnum<EnableOnlyIpv6PeeringState>
The state of IPv6 peering.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Enable |
DISABLED
IPv6 peering is disabled. |
|
static final
Enable |
ENABLED
IPv6 peering is enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| EnableOnlyIpv6PeeringState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Enable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enable |
fromString(String name)
Creates or finds a Enable |
|
static
Collection<Enable |
values()
Gets known Enable |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final EnableOnlyIpv6PeeringState DISABLED
IPv6 peering is disabled.
ENABLED
public static final EnableOnlyIpv6PeeringState ENABLED
IPv6 peering is enabled.
Constructor Details
EnableOnlyIpv6PeeringState
@Deprecated
public EnableOnlyIpv6PeeringState()
Deprecated
Creates a new instance of EnableOnlyIpv6PeeringState value.
Method Details
fromString
public static EnableOnlyIpv6PeeringState fromString(String name)
Creates or finds a EnableOnlyIpv6PeeringState from its string representation.
Parameters:
Returns:
values
public static Collection<EnableOnlyIpv6PeeringState> values()
Gets known EnableOnlyIpv6PeeringState values.
Returns: