public enum PhysicalNicResourcePoolSchedulerDisallowedReason extends Enum<PhysicalNicResourcePoolSchedulerDisallowedReason>
Java class for PhysicalNicResourcePoolSchedulerDisallowedReason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PhysicalNicResourcePoolSchedulerDisallowedReason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="userOptOut"/>
<enumeration value="hardwareUnsupported"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HARDWARE_UNSUPPORTED |
USER_OPT_OUT |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalNicResourcePoolSchedulerDisallowedReason |
fromValue(String v) |
String |
value() |
static PhysicalNicResourcePoolSchedulerDisallowedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalNicResourcePoolSchedulerDisallowedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalNicResourcePoolSchedulerDisallowedReason USER_OPT_OUT
public static final PhysicalNicResourcePoolSchedulerDisallowedReason HARDWARE_UNSUPPORTED
public static PhysicalNicResourcePoolSchedulerDisallowedReason[] values()
for (PhysicalNicResourcePoolSchedulerDisallowedReason c : PhysicalNicResourcePoolSchedulerDisallowedReason.values()) System.out.println(c);
public static PhysicalNicResourcePoolSchedulerDisallowedReason 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 PhysicalNicResourcePoolSchedulerDisallowedReason fromValue(String v)
Copyright © 2018. All rights reserved.