com.vmware.vcloud.sdk.constants
Enum OperatingSystemFamilyType

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

Deprecated. API 5.6, SDK 5.6, Use method VCloudClient.getOperatingSystemFamiliesByName() instead.

public enum OperatingSystemFamilyType
extends Enum<OperatingSystemFamilyType>

Operating System Family types.

Since:
API 5.1, SDK 5.1
Author:
Ecosystems Engineering.

Enum Constant Summary
LINUX
          Deprecated. Linux Family
MICROSOFT_WINDOWS
          Deprecated. Microsoft Windows Family
OTHER
          Deprecated. Other Family
 
Method Summary
static OperatingSystemFamilyType fromName(String name)
          Deprecated.  
static OperatingSystemFamilyType fromValue(Integer value)
          Deprecated.  
 String getName()
          Deprecated.  
 Integer value()
          Deprecated.  
static OperatingSystemFamilyType valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static OperatingSystemFamilyType[] 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

MICROSOFT_WINDOWS

public static final OperatingSystemFamilyType MICROSOFT_WINDOWS
Deprecated. 
Microsoft Windows Family


LINUX

public static final OperatingSystemFamilyType LINUX
Deprecated. 
Linux Family


OTHER

public static final OperatingSystemFamilyType OTHER
Deprecated. 
Other Family

Method Detail

values

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

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

valueOf

public static OperatingSystemFamilyType 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

getName

public String getName()
Deprecated. 

value

public Integer value()
Deprecated. 

fromName

public static OperatingSystemFamilyType fromName(String name)
Deprecated. 

fromValue

public static OperatingSystemFamilyType fromValue(Integer value)
Deprecated. 


Copyright © 2016. All Rights Reserved.