@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum AwrHubSourceType extends Enum<AwrHubSourceType> implements BmcEnum
source types of the databases
Enum Constant and Description |
---|
AdwD |
AdwS |
AtpD |
AtpS |
ComanagedBmCdb |
ComanagedBmNoncdb |
ComanagedBmPdb |
ComanagedExacsCdb |
ComanagedExacsNoncdb |
ComanagedExacsPdb |
ComanagedVmCdb |
ComanagedVmNoncdb |
ComanagedVmPdb |
ExternalNoncdb |
ExternalPdb |
Undefined |
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 AwrHubSourceType |
create(String key) |
String |
getValue() |
static AwrHubSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwrHubSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwrHubSourceType AdwS
public static final AwrHubSourceType AtpS
public static final AwrHubSourceType AdwD
public static final AwrHubSourceType AtpD
public static final AwrHubSourceType ExternalPdb
public static final AwrHubSourceType ExternalNoncdb
public static final AwrHubSourceType ComanagedVmCdb
public static final AwrHubSourceType ComanagedVmPdb
public static final AwrHubSourceType ComanagedVmNoncdb
public static final AwrHubSourceType ComanagedBmCdb
public static final AwrHubSourceType ComanagedBmPdb
public static final AwrHubSourceType ComanagedBmNoncdb
public static final AwrHubSourceType ComanagedExacsCdb
public static final AwrHubSourceType ComanagedExacsPdb
public static final AwrHubSourceType ComanagedExacsNoncdb
public static final AwrHubSourceType Undefined
public static final AwrHubSourceType UnknownEnumValue
public static AwrHubSourceType[] values()
for (AwrHubSourceType c : AwrHubSourceType.values()) System.out.println(c);
public static AwrHubSourceType 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 AwrHubSourceType create(String key)
Copyright © 2016–2025. All rights reserved.