GroupConnectivity Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. GroupConnectivity
- com.
- com.
public final class GroupConnectivity
extends ExpandableStringEnum<GroupConnectivity>
Group connectivity type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Group |
DIRECTLY_CONNECTED
Static value Directly |
static final
Group |
NONE
Static value None for Group |
Constructor Summary
Constructor | Description |
---|---|
GroupConnectivity() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Group |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Group |
fromString(String name)
Creates or finds a Group |
static
Collection<Group |
values()
Gets known Group |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DIRECTLY_CONNECTED
public static final GroupConnectivity DIRECTLY_CONNECTED
Static value DirectlyConnected for GroupConnectivity.
NONE
public static final GroupConnectivity NONE
Static value None for GroupConnectivity.
Constructor Details
GroupConnectivity
@Deprecated
public GroupConnectivity()
Deprecated
Creates a new instance of GroupConnectivity value.
Method Details
fromString
public static GroupConnectivity fromString(String name)
Creates or finds a GroupConnectivity from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GroupConnectivity values.
Returns:
Applies to
Azure SDK for Java