Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DiscoverExternalExadataInfrastructureDetails.DiscoveryType |
DiscoverExternalExadataInfrastructureDetails.DiscoveryType.create(String key) |
DiscoverExternalExadataInfrastructureDetails.DiscoveryType |
DiscoverExternalExadataInfrastructureDetails.getDiscoveryType()
The type of discovery.
|
static DiscoverExternalExadataInfrastructureDetails.DiscoveryType |
DiscoverExternalExadataInfrastructureDetails.DiscoveryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoverExternalExadataInfrastructureDetails.DiscoveryType[] |
DiscoverExternalExadataInfrastructureDetails.DiscoveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoverExternalExadataInfrastructureDetails.Builder |
DiscoverExternalExadataInfrastructureDetails.Builder.discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)
The type of discovery.
|
Constructor and Description |
---|
DiscoverExternalExadataInfrastructureDetails(String compartmentId,
DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType,
List<String> dbSystemIds,
String exadataInfrastructureId)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.