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