Enum ListFsuDiscoveryTargetsRequest.Status
- java.lang.Object
-
- java.lang.Enum<ListFsuDiscoveryTargetsRequest.Status>
-
- com.oracle.bmc.fleetsoftwareupdate.requests.ListFsuDiscoveryTargetsRequest.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListFsuDiscoveryTargetsRequest.Status>
- Enclosing class:
- ListFsuDiscoveryTargetsRequest
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 Summary
Enum Constants Enum Constant Description ExecutingJob
Idle
JobFailed
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Idle
public static final ListFsuDiscoveryTargetsRequest.Status Idle
-
ExecutingJob
public static final ListFsuDiscoveryTargetsRequest.Status ExecutingJob
-
JobFailed
public static final ListFsuDiscoveryTargetsRequest.Status JobFailed
-
-
Method Detail
-
values
public static ListFsuDiscoveryTargetsRequest.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListFsuDiscoveryTargetsRequest.Status c : ListFsuDiscoveryTargetsRequest.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListFsuDiscoveryTargetsRequest.Status valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListFsuDiscoveryTargetsRequest.Status create(String key)
-
-