Enum Class OperatingSystem

java.lang.Object
java.lang.Enum<OperatingSystem>
com.iland.core.api.constants.OperatingSystem
All Implemented Interfaces:
Serializable, Comparable<OperatingSystem>, Constable

public enum OperatingSystem extends Enum<OperatingSystem>
The type Operating system.
Author:
Cory Snyder
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static OperatingSystem[] 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 OperatingSystem 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
    • fromInternalName

      @Nullable public static OperatingSystem fromInternalName(String internalName)
      Gets an operating system by its internal identifier.
      Parameters:
      internalName - internal name
      Returns:
      OperatingSystem or null if internal name is invalid
    • getFamily

      public OperatingSystemFamily getFamily()
      Gets family.
      Returns:
      the family
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getInternalName

      public String getInternalName()
      Gets internal name.
      Returns:
      the internal name
    • getDefaultDiskAdapterType

      public VirtualDiskType getDefaultDiskAdapterType()
      Gets default disk adapter type.
      Returns:
      the default disk adapter type
    • getMinimumDiskSizeGigabytes

      public int getMinimumDiskSizeGigabytes()
      Gets minimum disk size gigabytes.
      Returns:
      the minimum disk size gigabytes
    • getMinimumMemoryMebibytes

      public int getMinimumMemoryMebibytes()
      Gets minimum memory mebibytes.
      Returns:
      the minimum memory mebibytes
    • isX64

      public boolean isX64()
      Is x 64 boolean.
      Returns:
      the boolean
    • getMaximumCpuCount

      public int getMaximumCpuCount()
      Gets maximum cpu count.
      Returns:
      the maximum cpu count
    • getMinimumHardwareVersion

      public int getMinimumHardwareVersion()
      Gets minimum hardware version.
      Returns:
      the minimum hardware version
    • isPersonalizationEnabled

      public boolean isPersonalizationEnabled()
      Is personalization enabled boolean.
      Returns:
      the boolean
    • isPersonalizationAuto

      public boolean isPersonalizationAuto()
      Is personalization auto boolean.
      Returns:
      the boolean
    • isSysPrepPackagingSupported

      public boolean isSysPrepPackagingSupported()
      Is sys prep packaging supported boolean.
      Returns:
      the boolean
    • isSupportsMemoryHotAdd

      public boolean isSupportsMemoryHotAdd()
      Is supports memory hot add boolean.
      Returns:
      the boolean
    • getCimOsId

      public int getCimOsId()
      Gets cim os id.
      Returns:
      the cim os id
    • getCimVersion

      public int getCimVersion()
      Gets cim version.
      Returns:
      the cim version
    • isSupportedForCreate

      public boolean isSupportedForCreate()
      Is supported for create boolean.
      Returns:
      the boolean
    • getSupportedVnicTypes

      public Set<NetworkAdapterType> getSupportedVnicTypes()
      Gets supported vnic types.
      Returns:
      the supported vnic types