HighSpeedInterconnectPlacement Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. HighSpeedInterconnectPlacement
- com.
- com.
public final class HighSpeedInterconnectPlacement
extends ExpandableStringEnum<HighSpeedInterconnectPlacement>
Specifies the high speed interconnect placement for the virtual machine scale set.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
High |
NONE
Static value None for High |
|
static final
High |
TRUNK
Static value Trunk for High |
Constructor Summary
| Constructor | Description |
|---|---|
| HighSpeedInterconnectPlacement() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of High |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
High |
fromString(String name)
Creates or finds a High |
|
static
Collection<High |
values()
Gets known High |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final HighSpeedInterconnectPlacement NONE
Static value None for HighSpeedInterconnectPlacement.
TRUNK
public static final HighSpeedInterconnectPlacement TRUNK
Static value Trunk for HighSpeedInterconnectPlacement.
Constructor Details
HighSpeedInterconnectPlacement
@Deprecated
public HighSpeedInterconnectPlacement()
Deprecated
Creates a new instance of HighSpeedInterconnectPlacement value.
Method Details
fromString
public static HighSpeedInterconnectPlacement fromString(String name)
Creates or finds a HighSpeedInterconnectPlacement from its string representation.
Parameters:
Returns:
values
public static Collection<HighSpeedInterconnectPlacement> values()
Gets known HighSpeedInterconnectPlacement values.
Returns: