Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Method and Description |
---|---|
static DbSourceMajorVersions |
DbSourceMajorVersions.create(String key) |
DbSourceMajorVersions |
CreateDbFsuCollectionDetails.getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
DbSourceMajorVersions |
DbDiscoveryDetails.getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Discovery
results.
|
DbSourceMajorVersions |
DbFsuCollectionSummary.getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
DbSourceMajorVersions |
DbCollection.getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
static DbSourceMajorVersions |
DbSourceMajorVersions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSourceMajorVersions[] |
DbSourceMajorVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateDbFsuCollectionDetails.Builder |
CreateDbFsuCollectionDetails.Builder.sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
DbDiscoveryDetails.Builder |
DbDiscoveryDetails.Builder.sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Discovery
results.
|
DbFsuCollectionSummary.Builder |
DbFsuCollectionSummary.Builder.sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
DbCollection.Builder |
DbCollection.Builder.sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
Constructor and Description |
---|
CreateDbFsuCollectionDetails(String displayName,
CollectionServiceTypes serviceType,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
DbSourceMajorVersions sourceMajorVersion,
DbFleetDiscoveryDetails fleetDiscovery)
Deprecated.
|
DbCollection(String id,
String displayName,
CollectionServiceTypes serviceType,
String compartmentId,
ActiveCycleDetails activeFsuCycle,
Integer targetCount,
Date timeCreated,
Date timeUpdated,
CollectionLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DbSourceMajorVersions sourceMajorVersion,
DbFleetDiscoveryDetails fleetDiscovery)
Deprecated.
|
DbDiscoveryDetails(DiscoveryServiceTypes serviceType,
DbSourceMajorVersions sourceMajorVersion,
DbFleetDiscoveryDetails criteria)
Deprecated.
|
DbFsuCollectionSummary(String id,
String displayName,
CollectionServiceTypes serviceType,
String compartmentId,
ActiveCycleDetails activeFsuCycle,
Integer targetCount,
Date timeCreated,
Date timeUpdated,
CollectionLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DbSourceMajorVersions sourceMajorVersion)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.