|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryOrgNetworkField>
com.vmware.vcloud.sdk.constants.query.QueryOrgNetworkField
public enum QueryOrgNetworkField
Constants for the QueryParams's fields, sort ascending and sort descending properties.
| Enum Constant Summary | |
|---|---|
DNS1
Deprecated. |
|
DNS2
Deprecated. |
|
DNSSUFFIX
Deprecated. |
|
GATEWAY
Deprecated. |
|
HREF
Deprecated. |
|
ID
Deprecated. |
|
IPSCOPEID
Deprecated. |
|
ISBUSY
Deprecated. |
|
ISIPSCOPEINHERITED
Deprecated. |
|
NAME
Deprecated. |
|
NETMASK
Deprecated. |
|
NETWORKPOOL
Deprecated. |
|
NETWORKPOOLNAME
Deprecated. |
|
ORG
Deprecated. |
|
| Method Summary | |
|---|---|
static QueryOrgNetworkField |
fromValue(String value)
Deprecated. |
String |
value()
Deprecated. |
static QueryOrgNetworkField |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static QueryOrgNetworkField[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueryOrgNetworkField ID
public static final QueryOrgNetworkField HREF
public static final QueryOrgNetworkField DNS1
public static final QueryOrgNetworkField DNS2
public static final QueryOrgNetworkField DNSSUFFIX
public static final QueryOrgNetworkField GATEWAY
public static final QueryOrgNetworkField IPSCOPEID
public static final QueryOrgNetworkField ISBUSY
public static final QueryOrgNetworkField ISIPSCOPEINHERITED
public static final QueryOrgNetworkField NAME
public static final QueryOrgNetworkField NETMASK
public static final QueryOrgNetworkField NETWORKPOOL
public static final QueryOrgNetworkField NETWORKPOOLNAME
public static final QueryOrgNetworkField ORG
| Method Detail |
|---|
public static QueryOrgNetworkField[] values()
for (QueryOrgNetworkField c : QueryOrgNetworkField.values()) System.out.println(c);
public static QueryOrgNetworkField valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
value in interface QueryFieldpublic static QueryOrgNetworkField fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||