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