Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Method and Description |
---|---|
static GiSourceMajorVersions |
GiSourceMajorVersions.create(String key) |
GiSourceMajorVersions |
CreateGiFsuCollectionDetails.getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiSourceMajorVersions |
GiFsuCollectionSummary.getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiSourceMajorVersions |
GiCollection.getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiSourceMajorVersions |
GiDiscoveryDetails.getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Discovery results.
|
static GiSourceMajorVersions |
GiSourceMajorVersions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GiSourceMajorVersions[] |
GiSourceMajorVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateGiFsuCollectionDetails.Builder |
CreateGiFsuCollectionDetails.Builder.sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiFsuCollectionSummary.Builder |
GiFsuCollectionSummary.Builder.sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiCollection.Builder |
GiCollection.Builder.sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Collection.
|
GiDiscoveryDetails.Builder |
GiDiscoveryDetails.Builder.sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update
Discovery results.
|
Constructor and Description |
---|
CreateGiFsuCollectionDetails(String displayName,
CollectionServiceTypes serviceType,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
GiSourceMajorVersions sourceMajorVersion,
GiFleetDiscoveryDetails fleetDiscovery)
Deprecated.
|
GiCollection(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,
GiSourceMajorVersions sourceMajorVersion,
GiFleetDiscoveryDetails fleetDiscovery)
Deprecated.
|
GiDiscoveryDetails(DiscoveryServiceTypes serviceType,
GiSourceMajorVersions sourceMajorVersion,
GiFleetDiscoveryDetails criteria)
Deprecated.
|
GiFsuCollectionSummary(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,
GiSourceMajorVersions sourceMajorVersion)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.