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