Uses of Class
com.oracle.bmc.databasemanagement.model.DiscoverExternalExadataInfrastructureDetails.DiscoveryType
-
Packages that use DiscoverExternalExadataInfrastructureDetails.DiscoveryType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DiscoverExternalExadataInfrastructureDetails.DiscoveryType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DiscoverExternalExadataInfrastructureDetails.DiscoveryType Modifier and Type Method Description static DiscoverExternalExadataInfrastructureDetails.DiscoveryTypeDiscoverExternalExadataInfrastructureDetails.DiscoveryType. create(String key)DiscoverExternalExadataInfrastructureDetails.DiscoveryTypeDiscoverExternalExadataInfrastructureDetails. getDiscoveryType()The type of discovery.static DiscoverExternalExadataInfrastructureDetails.DiscoveryTypeDiscoverExternalExadataInfrastructureDetails.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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type DiscoverExternalExadataInfrastructureDetails.DiscoveryType Modifier and Type Method Description DiscoverExternalExadataInfrastructureDetails.BuilderDiscoverExternalExadataInfrastructureDetails.Builder. discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)The type of discovery.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DiscoverExternalExadataInfrastructureDetails.DiscoveryType Constructor Description DiscoverExternalExadataInfrastructureDetails(String compartmentId, DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType, List<String> dbSystemIds, String exadataInfrastructureId)Deprecated.
-