Partager via


HybridSecondaryUsageDetected Class

public final class HybridSecondaryUsageDetected
extends ExpandableStringEnum<HybridSecondaryUsageDetected>

Hybrid secondary usage detected. Possible values are 'Active' (customer does not meet the requirements to use the secondary as Passive DR) and 'Passive' (customer meets the requirements to use the secondary as Passive DR).

Field Summary

Modifier and Type Field and Description
static final HybridSecondaryUsageDetected ACTIVE

Static value Active for HybridSecondaryUsageDetected.

static final HybridSecondaryUsageDetected PASSIVE

Static value Passive for HybridSecondaryUsageDetected.

Constructor Summary

Constructor Description
HybridSecondaryUsageDetected()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of HybridSecondaryUsageDetected value.

Method Summary

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

Creates or finds a HybridSecondaryUsageDetected from its string representation.

static Collection<HybridSecondaryUsageDetected> values()

Gets known HybridSecondaryUsageDetected values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final HybridSecondaryUsageDetected ACTIVE

Static value Active for HybridSecondaryUsageDetected.

PASSIVE

public static final HybridSecondaryUsageDetected PASSIVE

Static value Passive for HybridSecondaryUsageDetected.

Constructor Details

HybridSecondaryUsageDetected

@Deprecated
public HybridSecondaryUsageDetected()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of HybridSecondaryUsageDetected value.

Method Details

fromString

public static HybridSecondaryUsageDetected fromString(String name)

Creates or finds a HybridSecondaryUsageDetected from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding HybridSecondaryUsageDetected.

values

public static Collection<HybridSecondaryUsageDetected> values()

Gets known HybridSecondaryUsageDetected values.

Returns:

known HybridSecondaryUsageDetected values.

Applies to