InterconnectGroupScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. InterconnectGroupScope
- com.
- com.
public final class InterconnectGroupScope
extends ExpandableStringEnum<InterconnectGroupScope>
Scope of an interconnect group resource.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Interconnect |
INFINI_BAND
Infini |
|
static final
Interconnect |
NONE
No interconnect group scope. |
Constructor Summary
| Constructor | Description |
|---|---|
| InterconnectGroupScope() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Interconnect |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Interconnect |
fromString(String name)
Creates or finds a Interconnect |
|
static
Collection<Interconnect |
values()
Gets known Interconnect |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INFINI_BAND
public static final InterconnectGroupScope INFINI_BAND
InfiniBand interconnect group scope.
NONE
public static final InterconnectGroupScope NONE
No interconnect group scope.
Constructor Details
InterconnectGroupScope
@Deprecated
public InterconnectGroupScope()
Deprecated
Creates a new instance of InterconnectGroupScope value.
Method Details
fromString
public static InterconnectGroupScope fromString(String name)
Creates or finds a InterconnectGroupScope from its string representation.
Parameters:
Returns:
values
public static Collection<InterconnectGroupScope> values()
Gets known InterconnectGroupScope values.
Returns: