public enum PlacementAffinityRuleRuleType extends Enum<PlacementAffinityRuleRuleType>
Java class for PlacementAffinityRuleRuleType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PlacementAffinityRuleRuleType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="affinity"/>
<enumeration value="antiAffinity"/>
<enumeration value="softAffinity"/>
<enumeration value="softAntiAffinity"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AFFINITY |
ANTI_AFFINITY |
SOFT_AFFINITY |
SOFT_ANTI_AFFINITY |
| Modifier and Type | Method and Description |
|---|---|
static PlacementAffinityRuleRuleType |
fromValue(String v) |
String |
value() |
static PlacementAffinityRuleRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlacementAffinityRuleRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlacementAffinityRuleRuleType AFFINITY
public static final PlacementAffinityRuleRuleType ANTI_AFFINITY
public static final PlacementAffinityRuleRuleType SOFT_AFFINITY
public static final PlacementAffinityRuleRuleType SOFT_ANTI_AFFINITY
public static PlacementAffinityRuleRuleType[] values()
for (PlacementAffinityRuleRuleType c : PlacementAffinityRuleRuleType.values()) System.out.println(c);
public static PlacementAffinityRuleRuleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static PlacementAffinityRuleRuleType fromValue(String v)
Copyright © 2018. All rights reserved.