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 SummaryEnum Constants Enum Constant Description ExecutingJobIdleJobFailed
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFsuDiscoveryTargetsRequest.Statuscreate(String key)StringgetValue()static ListFsuDiscoveryTargetsRequest.StatusvalueOf(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- 
Idlepublic static final ListFsuDiscoveryTargetsRequest.Status Idle 
 - 
ExecutingJobpublic static final ListFsuDiscoveryTargetsRequest.Status ExecutingJob 
 - 
JobFailedpublic static final ListFsuDiscoveryTargetsRequest.Status JobFailed 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListFsuDiscoveryTargetsRequest.Status create(String key) 
 
- 
 
-