EnableOnlyIpv6PeeringState Class

public final class EnableOnlyIpv6PeeringState
extends ExpandableStringEnum<EnableOnlyIpv6PeeringState>

The state of IPv6 peering.

Field Summary

Modifier and Type Field and Description
static final EnableOnlyIpv6PeeringState DISABLED

IPv6 peering is disabled.

static final EnableOnlyIpv6PeeringState ENABLED

IPv6 peering is enabled.

Constructor Summary

Constructor Description
EnableOnlyIpv6PeeringState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnableOnlyIpv6PeeringState value.

Method Summary

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

Creates or finds a EnableOnlyIpv6PeeringState from its string representation.

static Collection<EnableOnlyIpv6PeeringState> values()

Gets known EnableOnlyIpv6PeeringState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final EnableOnlyIpv6PeeringState DISABLED

IPv6 peering is disabled.

ENABLED

public static final EnableOnlyIpv6PeeringState ENABLED

IPv6 peering is enabled.

Constructor Details

EnableOnlyIpv6PeeringState

@Deprecated
public EnableOnlyIpv6PeeringState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnableOnlyIpv6PeeringState value.

Method Details

fromString

public static EnableOnlyIpv6PeeringState fromString(String name)

Creates or finds a EnableOnlyIpv6PeeringState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EnableOnlyIpv6PeeringState.

values

public static Collection<EnableOnlyIpv6PeeringState> values()

Gets known EnableOnlyIpv6PeeringState values.

Returns:

known EnableOnlyIpv6PeeringState values.

Applies to