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