public static enum ResourceDiscoveryServiceSummary.DiscoveryScope extends Enum<ResourceDiscoveryServiceSummary.DiscoveryScope> implements BmcEnum
The scope of the service as used with Resource Discovery. This property determines the type
of compartment OCID required: root compartment (TENANCY
) or not (COMPARTMENT
). For example, identity
is at the root compartment scope while database
is at the compartment scope.
Enum Constant and Description |
---|
Compartment |
Tenancy |
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 ResourceDiscoveryServiceSummary.DiscoveryScope |
create(String key) |
String |
getValue() |
static ResourceDiscoveryServiceSummary.DiscoveryScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDiscoveryServiceSummary.DiscoveryScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceDiscoveryServiceSummary.DiscoveryScope Tenancy
public static final ResourceDiscoveryServiceSummary.DiscoveryScope Compartment
public static final ResourceDiscoveryServiceSummary.DiscoveryScope UnknownEnumValue
public static ResourceDiscoveryServiceSummary.DiscoveryScope[] values()
for (ResourceDiscoveryServiceSummary.DiscoveryScope c : ResourceDiscoveryServiceSummary.DiscoveryScope.values()) System.out.println(c);
public static ResourceDiscoveryServiceSummary.DiscoveryScope 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 ResourceDiscoveryServiceSummary.DiscoveryScope create(String key)
Copyright © 2016–2024. All rights reserved.