@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public enum ObjectCollectionRuleCollectionTypes extends Enum<ObjectCollectionRuleCollectionTypes> implements BmcEnum
The type of Object Collection Rule that needs to be performed with the rule being created. LIVE : Using this type will prompt the process to collect all the logs that gets uploaded to the object store bucket from the time the rule gets registered HISTORIC: This specifies that it is a one off collection request from one time (pollSince) to a second time period (pollTill). In this colletion the pollTill >pollSince HISTORIC_LIVE: This specifies that the collection of objects from the object store bucket needs to be started from a specific time stamp (pollSince) and should collect all the objects that ever gets into this bucket till this rule is configured and active.
Enum Constant and Description |
---|
Historic |
HistoricLive |
Live |
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 ObjectCollectionRuleCollectionTypes |
create(String key) |
String |
getValue() |
static ObjectCollectionRuleCollectionTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectCollectionRuleCollectionTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectCollectionRuleCollectionTypes Live
public static final ObjectCollectionRuleCollectionTypes Historic
public static final ObjectCollectionRuleCollectionTypes HistoricLive
public static final ObjectCollectionRuleCollectionTypes UnknownEnumValue
public static ObjectCollectionRuleCollectionTypes[] values()
for (ObjectCollectionRuleCollectionTypes c : ObjectCollectionRuleCollectionTypes.values()) System.out.println(c);
public static ObjectCollectionRuleCollectionTypes 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 ObjectCollectionRuleCollectionTypes create(String key)
Copyright © 2016–2025. All rights reserved.