BackendPoolType Class

public final class BackendPoolType
extends ExpandableStringEnum<BackendPoolType>

The type of the managed inbound Load Balancer BackendPool.

Field Summary

Modifier and Type Field and Description
static final BackendPoolType NODE_IP

Static value NodeIP for BackendPoolType.

static final BackendPoolType NODE_IPCONFIGURATION

Static value NodeIPConfiguration for BackendPoolType.

Constructor Summary

Constructor Description
BackendPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BackendPoolType value.

Method Summary

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

Creates or finds a BackendPoolType from its string representation.

static Collection<BackendPoolType> values()

Gets known BackendPoolType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NODE_IP

public static final BackendPoolType NODE_IP

Static value NodeIP for BackendPoolType.

NODE_IPCONFIGURATION

public static final BackendPoolType NODE_IPCONFIGURATION

Static value NodeIPConfiguration for BackendPoolType.

Constructor Details

BackendPoolType

@Deprecated
public BackendPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BackendPoolType value.

Method Details

fromString

public static BackendPoolType fromString(String name)

Creates or finds a BackendPoolType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BackendPoolType.

values

public static Collection values()

Gets known BackendPoolType values.

Returns:

known BackendPoolType values.

Applies to