Enum UploadDiscoveryDataRequest.DiscoveryDataType
- java.lang.Object
-
- java.lang.Enum<UploadDiscoveryDataRequest.DiscoveryDataType>
-
- com.oracle.bmc.loganalytics.requests.UploadDiscoveryDataRequest.DiscoveryDataType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UploadDiscoveryDataRequest.DiscoveryDataType>
- Enclosing class:
- UploadDiscoveryDataRequest
public static enum UploadDiscoveryDataRequest.DiscoveryDataType extends Enum<UploadDiscoveryDataRequest.DiscoveryDataType> implements BmcEnum
Discovery data type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Entity
K8SObjects
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UploadDiscoveryDataRequest.DiscoveryDataType
create(String key)
String
getValue()
static UploadDiscoveryDataRequest.DiscoveryDataType
valueOf(String name)
Returns the enum constant of this type with the specified name.static UploadDiscoveryDataRequest.DiscoveryDataType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Entity
public static final UploadDiscoveryDataRequest.DiscoveryDataType Entity
-
K8SObjects
public static final UploadDiscoveryDataRequest.DiscoveryDataType K8SObjects
-
-
Method Detail
-
values
public static UploadDiscoveryDataRequest.DiscoveryDataType[] 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 (UploadDiscoveryDataRequest.DiscoveryDataType c : UploadDiscoveryDataRequest.DiscoveryDataType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UploadDiscoveryDataRequest.DiscoveryDataType 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 UploadDiscoveryDataRequest.DiscoveryDataType create(String key)
-
-