Class GroupConnectivity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GroupConnectivity>
com.azure.resourcemanager.network.models.GroupConnectivity
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class GroupConnectivity
extends com.azure.core.util.ExpandableStringEnum<GroupConnectivity>
Group connectivity type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupConnectivityStatic value DirectlyConnected for GroupConnectivity.static final GroupConnectivityStatic value None for GroupConnectivity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupConnectivityfromString(String name) Creates or finds a GroupConnectivity from its string representation.static Collection<GroupConnectivity> values()Gets known GroupConnectivity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for GroupConnectivity. -
DIRECTLY_CONNECTED
Static value DirectlyConnected for GroupConnectivity.
-
-
Constructor Details
-
GroupConnectivity
Deprecated.Use thefromString(String)factory method.Creates a new instance of GroupConnectivity value.
-
-
Method Details
-
fromString
Creates or finds a GroupConnectivity from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GroupConnectivity.
-
values
Gets known GroupConnectivity values.- Returns:
- known GroupConnectivity values.
-
fromString(String)factory method.