Uses of Class
com.oracle.bmc.opsi.model.AwrHubSourceType
-
Packages that use AwrHubSourceType Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of AwrHubSourceType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrHubSourceType Modifier and Type Method Description static AwrHubSourceTypeAwrHubSourceType. create(String key)AwrHubSourceTypeAwrHubSource. getType()source type of the databaseAwrHubSourceTypeAwrHubSourceSummary. getType()source type of the databaseAwrHubSourceTypeCreateAwrHubSourceDetails. getType()source type of the databaseAwrHubSourceTypeUpdateAwrHubSourceDetails. getType()source type of the databasestatic AwrHubSourceTypeAwrHubSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AwrHubSourceType[]AwrHubSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type AwrHubSourceType Modifier and Type Method Description AwrHubSource.BuilderAwrHubSource.Builder. type(AwrHubSourceType type)source type of the databaseAwrHubSourceSummary.BuilderAwrHubSourceSummary.Builder. type(AwrHubSourceType type)source type of the databaseCreateAwrHubSourceDetails.BuilderCreateAwrHubSourceDetails.Builder. type(AwrHubSourceType type)source type of the databaseUpdateAwrHubSourceDetails.BuilderUpdateAwrHubSourceDetails.Builder. type(AwrHubSourceType type)source type of the databaseConstructors in com.oracle.bmc.opsi.model with parameters of type AwrHubSourceType Constructor Description AwrHubSource(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status)Deprecated.AwrHubSourceSummary(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status)Deprecated.CreateAwrHubSourceDetails(String name, String awrHubId, String compartmentId, String associatedResourceId, String associatedOpsiId, AwrHubSourceType type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.UpdateAwrHubSourceDetails(AwrHubSourceType type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of AwrHubSourceType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type AwrHubSourceType Modifier and Type Method Description List<AwrHubSourceType>ListAwrHubSourcesRequest. getSourceType()Filter by one or more database type.Methods in com.oracle.bmc.opsi.requests with parameters of type AwrHubSourceType Modifier and Type Method Description ListAwrHubSourcesRequest.BuilderListAwrHubSourcesRequest.Builder. sourceType(AwrHubSourceType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type AwrHubSourceType Modifier and Type Method Description ListAwrHubSourcesRequest.BuilderListAwrHubSourcesRequest.Builder. sourceType(List<AwrHubSourceType> sourceType)Filter by one or more database type.
-