InterconnectGroupScope Class

public final class InterconnectGroupScope
extends ExpandableStringEnum<InterconnectGroupScope>

Scope of an interconnect group resource.

Field Summary

Modifier and Type Field and Description
static final InterconnectGroupScope INFINI_BAND

InfiniBand interconnect group scope.

static final InterconnectGroupScope NONE

No interconnect group scope.

Constructor Summary

Constructor Description
InterconnectGroupScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InterconnectGroupScope value.

Method Summary

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

Creates or finds a InterconnectGroupScope from its string representation.

static Collection<InterconnectGroupScope> values()

Gets known InterconnectGroupScope values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding InterconnectGroupScope.

values

public static Collection<InterconnectGroupScope> values()

Gets known InterconnectGroupScope values.

Returns:

known InterconnectGroupScope values.

Applies to