@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public enum HarvestStatus extends Enum<HarvestStatus> implements BmcEnum
Harvest state of the object indicates the completeness of the metadata definition of the object in the catalog. COMPLETE - The object’s metadata is harvested successfully including properties, relationships, and its children. ERROR - There is an error during the harvest process. This could be due to failure in the harvest process, or invalid or currupted data. IN-PROGRESS - The harvest is currently in progress. This might imply a successful shallow harvest and a deep harvest is currently in progress. DEFERRED - The dependencies are incomplete and the resolution of the metadata is deferred until all information is available for the object.
Enum Constant and Description |
---|
Complete |
Deferred |
Error |
InProgress |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static HarvestStatus |
create(String key) |
String |
getValue() |
static HarvestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HarvestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HarvestStatus Complete
public static final HarvestStatus Error
public static final HarvestStatus InProgress
public static final HarvestStatus Deferred
public static final HarvestStatus UnknownEnumValue
public static HarvestStatus[] values()
for (HarvestStatus c : HarvestStatus.values()) System.out.println(c);
public static HarvestStatus 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 HarvestStatus create(String key)
Copyright © 2016–2024. All rights reserved.