DeleteExistingPeering Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DeleteExistingPeering
- com.
- com.
public final class DeleteExistingPeering
extends ExpandableStringEnum<DeleteExistingPeering>
Flag if need to remove current existing peerings.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delete |
FALSE
False. |
|
static final
Delete |
TRUE
True. |
Constructor Summary
| Constructor | Description |
|---|---|
| DeleteExistingPeering() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delete |
fromString(String name)
Creates or finds a Delete |
|
static
Collection<Delete |
values()
Gets known Delete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final DeleteExistingPeering FALSE
False.
TRUE
public static final DeleteExistingPeering TRUE
True.
Constructor Details
DeleteExistingPeering
@Deprecated
public DeleteExistingPeering()
Deprecated
Creates a new instance of DeleteExistingPeering value.
Method Details
fromString
public static DeleteExistingPeering fromString(String name)
Creates or finds a DeleteExistingPeering from its string representation.
Parameters:
Returns:
values
public static Collection<DeleteExistingPeering> values()
Gets known DeleteExistingPeering values.
Returns: