Package | Description |
---|---|
com.oracle.bmc.opsi.model | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
static AwrHubSourceType |
AwrHubSourceType.create(String key) |
AwrHubSourceType |
AwrHubSourceSummary.getType()
source type of the database
|
AwrHubSourceType |
UpdateAwrHubSourceDetails.getType()
source type of the database
|
AwrHubSourceType |
AwrHubSource.getType()
source type of the database
|
AwrHubSourceType |
CreateAwrHubSourceDetails.getType()
source type of the database
|
static AwrHubSourceType |
AwrHubSourceType.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.
|
Modifier and Type | Method and Description |
---|---|
AwrHubSourceSummary.Builder |
AwrHubSourceSummary.Builder.type(AwrHubSourceType type)
source type of the database
|
UpdateAwrHubSourceDetails.Builder |
UpdateAwrHubSourceDetails.Builder.type(AwrHubSourceType type)
source type of the database
|
AwrHubSource.Builder |
AwrHubSource.Builder.type(AwrHubSourceType type)
source type of the database
|
CreateAwrHubSourceDetails.Builder |
CreateAwrHubSourceDetails.Builder.type(AwrHubSourceType type)
source type of the database
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<AwrHubSourceType> |
ListAwrHubSourcesRequest.getSourceType()
Filter by one or more database type.
|
Modifier and Type | Method and Description |
---|---|
ListAwrHubSourcesRequest.Builder |
ListAwrHubSourcesRequest.Builder.sourceType(AwrHubSourceType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListAwrHubSourcesRequest.Builder |
ListAwrHubSourcesRequest.Builder.sourceType(List<AwrHubSourceType> sourceType)
Filter by one or more database type.
|
Copyright © 2016–2025. All rights reserved.