public static enum EmManagedExternalHostInsightSummary.PlatformType extends Enum<EmManagedExternalHostInsightSummary.PlatformType>
Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
Enum Constant and Description |
---|
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.
|
Zlinux |
Modifier and Type | Method and Description |
---|---|
static EmManagedExternalHostInsightSummary.PlatformType |
create(String key) |
String |
getValue() |
static EmManagedExternalHostInsightSummary.PlatformType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmManagedExternalHostInsightSummary.PlatformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmManagedExternalHostInsightSummary.PlatformType Linux
public static final EmManagedExternalHostInsightSummary.PlatformType Solaris
public static final EmManagedExternalHostInsightSummary.PlatformType Sunos
public static final EmManagedExternalHostInsightSummary.PlatformType Zlinux
public static final EmManagedExternalHostInsightSummary.PlatformType UnknownEnumValue
public static EmManagedExternalHostInsightSummary.PlatformType[] values()
for (EmManagedExternalHostInsightSummary.PlatformType c : EmManagedExternalHostInsightSummary.PlatformType.values()) System.out.println(c);
public static EmManagedExternalHostInsightSummary.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 String getValue()
public static EmManagedExternalHostInsightSummary.PlatformType create(String key)
Copyright © 2016–2022. All rights reserved.