Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate | |
com.oracle.bmc.fleetsoftwareupdate.model | |
com.oracle.bmc.fleetsoftwareupdate.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetFsuDiscoveryRequest,GetFsuDiscoveryResponse> |
FleetSoftwareUpdateWaiters.forFsuDiscovery(GetFsuDiscoveryRequest request,
DiscoveryLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetFsuDiscoveryRequest,GetFsuDiscoveryResponse> |
FleetSoftwareUpdateWaiters.forFsuDiscovery(GetFsuDiscoveryRequest request,
DiscoveryLifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetFsuDiscoveryRequest,GetFsuDiscoveryResponse> |
FleetSoftwareUpdateWaiters.forFsuDiscovery(GetFsuDiscoveryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DiscoveryLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DiscoveryLifecycleStates |
DiscoveryLifecycleStates.create(String key) |
DiscoveryLifecycleStates |
FsuDiscovery.getLifecycleState()
The current state of the Exadata Fleet Update Discovery.
|
DiscoveryLifecycleStates |
FsuDiscoverySummary.getLifecycleState()
The current state of the Exadata Fleet Update Discovery.
|
static DiscoveryLifecycleStates |
DiscoveryLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryLifecycleStates[] |
DiscoveryLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FsuDiscovery.Builder |
FsuDiscovery.Builder.lifecycleState(DiscoveryLifecycleStates lifecycleState)
The current state of the Exadata Fleet Update Discovery.
|
FsuDiscoverySummary.Builder |
FsuDiscoverySummary.Builder.lifecycleState(DiscoveryLifecycleStates lifecycleState)
The current state of the Exadata Fleet Update Discovery.
|
Constructor and Description |
---|
FsuDiscovery(String id,
String displayName,
String compartmentId,
DiscoveryDetails details,
Date timeCreated,
Date timeUpdated,
Date timeFinished,
DiscoveryLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
FsuDiscoverySummary(String id,
String displayName,
String compartmentId,
DiscoveryDetailsSummary details,
Date timeCreated,
Date timeUpdated,
Date timeFinished,
DiscoveryLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryLifecycleStates |
ListFsuDiscoveriesRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListFsuDiscoveriesRequest.Builder |
ListFsuDiscoveriesRequest.Builder.lifecycleState(DiscoveryLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.