com.vmware.vcloud.sdk.constants.query
Enum QueryAdminOrgNetworkField

java.lang.Object
  extended by java.lang.Enum<QueryAdminOrgNetworkField>
      extended by com.vmware.vcloud.sdk.constants.query.QueryAdminOrgNetworkField
All Implemented Interfaces:
QueryField, Serializable, Comparable<QueryAdminOrgNetworkField>

Deprecated. SDK 5.1

public enum QueryAdminOrgNetworkField
extends Enum<QueryAdminOrgNetworkField>
implements QueryField

Constants for the QueryParams's fields, sort ascending and sort descending properties.

Since:
API 1.5, SDK 1.5
Author:
Ecosystem Engineering

Enum Constant Summary
DNS1
          Deprecated.  
DNS2
          Deprecated.  
GATEWAY
          Deprecated.  
HREF
          Deprecated.  
ID
          Deprecated.  
IPSCOPEID
          Deprecated.  
ISBUSY
          Deprecated.  
ISIPSCOPEINHERITED
          Deprecated.  
NAME
          Deprecated.  
NETMASK
          Deprecated.  
NETWORKPOOL
          Deprecated.  
NETWORKPOOLNAME
          Deprecated.  
ORG
          Deprecated.  
ORGNAME
          Deprecated.  
 
Method Summary
static QueryAdminOrgNetworkField fromValue(String value)
          Deprecated.  
 String value()
          Deprecated.  
static QueryAdminOrgNetworkField valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static QueryAdminOrgNetworkField[] 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

ID

public static final QueryAdminOrgNetworkField ID
Deprecated. 
Since:
API 5.1, SDK 5.1

HREF

public static final QueryAdminOrgNetworkField HREF
Deprecated. 
Since:
API 5.1, SDK 5.1

DNS1

public static final QueryAdminOrgNetworkField DNS1
Deprecated. 

DNS2

public static final QueryAdminOrgNetworkField DNS2
Deprecated. 

GATEWAY

public static final QueryAdminOrgNetworkField GATEWAY
Deprecated. 

IPSCOPEID

public static final QueryAdminOrgNetworkField IPSCOPEID
Deprecated. 

ISBUSY

public static final QueryAdminOrgNetworkField ISBUSY
Deprecated. 

ISIPSCOPEINHERITED

public static final QueryAdminOrgNetworkField ISIPSCOPEINHERITED
Deprecated. 

NAME

public static final QueryAdminOrgNetworkField NAME
Deprecated. 

NETMASK

public static final QueryAdminOrgNetworkField NETMASK
Deprecated. 

NETWORKPOOL

public static final QueryAdminOrgNetworkField NETWORKPOOL
Deprecated. 

NETWORKPOOLNAME

public static final QueryAdminOrgNetworkField NETWORKPOOLNAME
Deprecated. 

ORG

public static final QueryAdminOrgNetworkField ORG
Deprecated. 

ORGNAME

public static final QueryAdminOrgNetworkField ORGNAME
Deprecated. 
Method Detail

values

public static QueryAdminOrgNetworkField[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (QueryAdminOrgNetworkField c : QueryAdminOrgNetworkField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static QueryAdminOrgNetworkField valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()
Deprecated. 
Specified by:
value in interface QueryField

fromValue

public static QueryAdminOrgNetworkField fromValue(String value)
Deprecated. 


Copyright © 2016. All Rights Reserved.