Class DeleteExistingPeering
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeleteExistingPeering>
com.azure.resourcemanager.network.models.DeleteExistingPeering
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DeleteExistingPeering
extends com.azure.core.util.ExpandableStringEnum<DeleteExistingPeering>
Flag if need to remove current existing peerings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeleteExistingPeeringStatic value False for DeleteExistingPeering.static final DeleteExistingPeeringStatic value True for DeleteExistingPeering. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteExistingPeeringfromString(String name) Creates or finds a DeleteExistingPeering from its string representation.static Collection<DeleteExistingPeering> values()Gets known DeleteExistingPeering values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FALSE
Static value False for DeleteExistingPeering. -
TRUE
Static value True for DeleteExistingPeering.
-
-
Constructor Details
-
DeleteExistingPeering
Deprecated.Use thefromString(String)factory method.Creates a new instance of DeleteExistingPeering value.
-
-
Method Details
-
fromString
Creates or finds a DeleteExistingPeering from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeleteExistingPeering.
-
values
Gets known DeleteExistingPeering values.- Returns:
- known DeleteExistingPeering values.
-
fromString(String)factory method.