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