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

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

Deprecated. API 5.1, SDK 5.1

public enum QueryOrgNetworkField
extends Enum<QueryOrgNetworkField>
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.  
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

ID

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

HREF

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

DNS1

public static final QueryOrgNetworkField DNS1
Deprecated. 

DNS2

public static final QueryOrgNetworkField DNS2
Deprecated. 

DNSSUFFIX

public static final QueryOrgNetworkField DNSSUFFIX
Deprecated. 

GATEWAY

public static final QueryOrgNetworkField GATEWAY
Deprecated. 

IPSCOPEID

public static final QueryOrgNetworkField IPSCOPEID
Deprecated. 

ISBUSY

public static final QueryOrgNetworkField ISBUSY
Deprecated. 

ISIPSCOPEINHERITED

public static final QueryOrgNetworkField ISIPSCOPEINHERITED
Deprecated. 

NAME

public static final QueryOrgNetworkField NAME
Deprecated. 

NETMASK

public static final QueryOrgNetworkField NETMASK
Deprecated. 

NETWORKPOOL

public static final QueryOrgNetworkField NETWORKPOOL
Deprecated. 

NETWORKPOOLNAME

public static final QueryOrgNetworkField NETWORKPOOLNAME
Deprecated. 

ORG

public static final QueryOrgNetworkField ORG
Deprecated. 
Method Detail

values

public static QueryOrgNetworkField[] 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 (QueryOrgNetworkField c : QueryOrgNetworkField.values())
    System.out.println(c);

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

valueOf

public static QueryOrgNetworkField 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 QueryOrgNetworkField fromValue(String value)
Deprecated. 


Copyright © 2016. All Rights Reserved.