public enum NetworkServiceParamValue extends Enum<NetworkServiceParamValue>
Enum Constant and Description |
---|
NAT_POOL |
SELF_SUBNET |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static NetworkServiceParamValue |
value(String paramValue) |
static NetworkServiceParamValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkServiceParamValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkServiceParamValue SELF_SUBNET
public static final NetworkServiceParamValue NAT_POOL
public static final NetworkServiceParamValue UNRECOGNIZED
public static NetworkServiceParamValue[] values()
for (NetworkServiceParamValue c : NetworkServiceParamValue.values()) System.out.println(c);
public static NetworkServiceParamValue 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 NetworkServiceParamValue value(String paramValue)
Copyright © 2017. All rights reserved.