Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate | |
com.oracle.bmc.fleetsoftwareupdate.model | |
com.oracle.bmc.fleetsoftwareupdate.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse> |
FleetSoftwareUpdateWaiters.forFsuCollection(GetFsuCollectionRequest request,
CollectionLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse> |
FleetSoftwareUpdateWaiters.forFsuCollection(GetFsuCollectionRequest request,
CollectionLifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse> |
FleetSoftwareUpdateWaiters.forFsuCollection(GetFsuCollectionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
CollectionLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static CollectionLifecycleStates |
CollectionLifecycleStates.create(String key) |
CollectionLifecycleStates |
FsuCollectionSummary.getLifecycleState()
The current state of the Exadata Fleet Update Collection.
|
CollectionLifecycleStates |
FsuCollection.getLifecycleState()
The current state of the Exadata Fleet Update Collection.
|
static CollectionLifecycleStates |
CollectionLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionLifecycleStates[] |
CollectionLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbFsuCollectionSummary.Builder |
DbFsuCollectionSummary.Builder.lifecycleState(CollectionLifecycleStates lifecycleState) |
GiFsuCollectionSummary.Builder |
GiFsuCollectionSummary.Builder.lifecycleState(CollectionLifecycleStates lifecycleState) |
GiCollection.Builder |
GiCollection.Builder.lifecycleState(CollectionLifecycleStates lifecycleState) |
DbCollection.Builder |
DbCollection.Builder.lifecycleState(CollectionLifecycleStates lifecycleState) |
Constructor and Description |
---|
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.
|
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.
|
FsuCollection(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)
Deprecated.
|
FsuCollectionSummary(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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CollectionLifecycleStates |
ListFsuCollectionsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListFsuCollectionsRequest.Builder |
ListFsuCollectionsRequest.Builder.lifecycleState(CollectionLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.