public enum ApiOsDistributionType extends Enum<ApiOsDistributionType>
Modifier and Type | Class and Description |
---|---|
static class |
ApiOsDistributionType.Adapter |
Enum Constant and Description |
---|
DEBIAN_JESSIE |
DEBIAN_SQUEEZE |
DEBIAN_WHEEZY |
RHEL5 |
RHEL6 |
RHEL7 |
RHEL7_PPC64LE |
SLES11 |
SLES12 |
UBUNTU_BIONIC |
UBUNTU_LUCID |
UBUNTU_MAVERICK |
UBUNTU_PRECISE |
UBUNTU_TRUSTY |
UBUNTU_XENIAL |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ApiOsDistributionType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ApiOsDistributionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiOsDistributionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiOsDistributionType UNKNOWN
public static final ApiOsDistributionType RHEL5
public static final ApiOsDistributionType RHEL6
public static final ApiOsDistributionType RHEL7
public static final ApiOsDistributionType SLES11
public static final ApiOsDistributionType SLES12
public static final ApiOsDistributionType DEBIAN_SQUEEZE
public static final ApiOsDistributionType DEBIAN_WHEEZY
public static final ApiOsDistributionType DEBIAN_JESSIE
public static final ApiOsDistributionType UBUNTU_LUCID
public static final ApiOsDistributionType UBUNTU_MAVERICK
public static final ApiOsDistributionType UBUNTU_PRECISE
public static final ApiOsDistributionType UBUNTU_TRUSTY
public static final ApiOsDistributionType UBUNTU_XENIAL
public static final ApiOsDistributionType UBUNTU_BIONIC
public static final ApiOsDistributionType RHEL7_PPC64LE
public static ApiOsDistributionType[] values()
for (ApiOsDistributionType c : ApiOsDistributionType.values()) System.out.println(c);
public static ApiOsDistributionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<ApiOsDistributionType>
public static ApiOsDistributionType fromValue(String text)
Copyright © 2021. All rights reserved.