public static enum ListFsuDiscoveryTargetsRequest.Status extends Enum<ListFsuDiscoveryTargetsRequest.Status> implements BmcEnum
A filter to return only entries whose status matches the given status.
Enum Constant and Description |
---|
ExecutingJob |
Idle |
JobFailed |
Modifier and Type | Method and Description |
---|---|
static ListFsuDiscoveryTargetsRequest.Status |
create(String key) |
String |
getValue() |
static ListFsuDiscoveryTargetsRequest.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListFsuDiscoveryTargetsRequest.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListFsuDiscoveryTargetsRequest.Status Idle
public static final ListFsuDiscoveryTargetsRequest.Status ExecutingJob
public static final ListFsuDiscoveryTargetsRequest.Status JobFailed
public static ListFsuDiscoveryTargetsRequest.Status[] values()
for (ListFsuDiscoveryTargetsRequest.Status c : ListFsuDiscoveryTargetsRequest.Status.values()) System.out.println(c);
public static ListFsuDiscoveryTargetsRequest.Status 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 ListFsuDiscoveryTargetsRequest.Status create(String key)
Copyright © 2016–2024. All rights reserved.