public static enum MacsManagedCloudHostInsightSummary.PlatformType extends Enum<MacsManagedCloudHostInsightSummary.PlatformType> implements BmcEnum
Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX].
Enum Constant and Description |
---|
Aix |
HpUx |
Linux |
Solaris |
Sunos |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Windows |
Zlinux |
Modifier and Type | Method and Description |
---|---|
static MacsManagedCloudHostInsightSummary.PlatformType |
create(String key) |
String |
getValue() |
static MacsManagedCloudHostInsightSummary.PlatformType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacsManagedCloudHostInsightSummary.PlatformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacsManagedCloudHostInsightSummary.PlatformType Linux
public static final MacsManagedCloudHostInsightSummary.PlatformType Solaris
public static final MacsManagedCloudHostInsightSummary.PlatformType Sunos
public static final MacsManagedCloudHostInsightSummary.PlatformType Zlinux
public static final MacsManagedCloudHostInsightSummary.PlatformType Windows
public static final MacsManagedCloudHostInsightSummary.PlatformType Aix
public static final MacsManagedCloudHostInsightSummary.PlatformType HpUx
public static final MacsManagedCloudHostInsightSummary.PlatformType UnknownEnumValue
public static MacsManagedCloudHostInsightSummary.PlatformType[] values()
for (MacsManagedCloudHostInsightSummary.PlatformType c : MacsManagedCloudHostInsightSummary.PlatformType.values()) System.out.println(c);
public static MacsManagedCloudHostInsightSummary.PlatformType 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 static MacsManagedCloudHostInsightSummary.PlatformType create(String key)
Copyright © 2016–2025. All rights reserved.