HighSpeedInterconnectPlacement Class

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 HighSpeedInterconnectPlacement NONE

No high speed interconnect placement.

static final HighSpeedInterconnectPlacement TRUNK

Trunk high speed interconnect placement.

Constructor Summary

Constructor Description
HighSpeedInterconnectPlacement()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of HighSpeedInterconnectPlacement value.

Method Summary

Modifier and Type Method and Description
static HighSpeedInterconnectPlacement fromString(String name)

Creates or finds a HighSpeedInterconnectPlacement from its string representation.

static Collection<HighSpeedInterconnectPlacement> values()

Gets known HighSpeedInterconnectPlacement values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final HighSpeedInterconnectPlacement NONE

No high speed interconnect placement.

TRUNK

public static final HighSpeedInterconnectPlacement TRUNK

Trunk high speed interconnect placement.

Constructor Details

HighSpeedInterconnectPlacement

@Deprecated
public HighSpeedInterconnectPlacement()

Deprecated

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding HighSpeedInterconnectPlacement.

values

public static Collection<HighSpeedInterconnectPlacement> values()

Gets known HighSpeedInterconnectPlacement values.

Returns:

known HighSpeedInterconnectPlacement values.

Applies to