Enum Class DrsBehavior

java.lang.Object
java.lang.Enum<DrsBehavior>
com.vmware.vim25.DrsBehavior
All Implemented Interfaces:
Serializable, Comparable<DrsBehavior>, Constable

public enum DrsBehavior extends Enum<DrsBehavior>
  • Enum Constant Details

    • manual

      public static final DrsBehavior manual
    • partiallyAutomated

      public static final DrsBehavior partiallyAutomated
    • fullyAutomated

      public static final DrsBehavior fullyAutomated
  • Method Details

    • values

      public static DrsBehavior[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DrsBehavior valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null