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