IsWorkloadProtected Class

public final class IsWorkloadProtected
extends ExpandableStringEnum<IsWorkloadProtected>

Value indicating whether the IP address is DDoS workload protected or not.

Field Summary

Modifier and Type Field and Description
static final IsWorkloadProtected FALSE

Static value False for IsWorkloadProtected.

static final IsWorkloadProtected TRUE

Static value True for IsWorkloadProtected.

Constructor Summary

Constructor Description
IsWorkloadProtected()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsWorkloadProtected value.

Method Summary

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

Creates or finds a IsWorkloadProtected from its string representation.

static Collection<IsWorkloadProtected> values()

Gets known IsWorkloadProtected values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsWorkloadProtected FALSE

Static value False for IsWorkloadProtected.

TRUE

public static final IsWorkloadProtected TRUE

Static value True for IsWorkloadProtected.

Constructor Details

IsWorkloadProtected

@Deprecated
public IsWorkloadProtected()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsWorkloadProtected value.

Method Details

fromString

public static IsWorkloadProtected fromString(String name)

Creates or finds a IsWorkloadProtected from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsWorkloadProtected.

values

public static Collection values()

Gets known IsWorkloadProtected values.

Returns:

known IsWorkloadProtected values.

Applies to