Uses of Class
com.oracle.bmc.jms.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of LifecycleState in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFleetRequest,GetFleetResponse>
JavaManagementServiceWaiters. forFleet(GetFleetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
Fleet. getLifecycleState()
The lifecycle state of the Fleet.LifecycleState
FleetSummary. getLifecycleState()
The lifecycle state of the Fleet.LifecycleState
InstallationSite. getLifecycleState()
The lifecycle state of the installation site.LifecycleState
InstallationSiteSummary. getLifecycleState()
The lifecycle state of the installation site.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type LifecycleState Modifier and Type Method Description Fleet.Builder
Fleet.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the Fleet.FleetSummary.Builder
FleetSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the Fleet.InstallationSite.Builder
InstallationSite.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the installation site.InstallationSiteSummary.Builder
InstallationSiteSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the installation site.Constructors in com.oracle.bmc.jms.model with parameters of type LifecycleState Constructor Description Fleet(String id, String displayName, String description, String compartmentId, Integer approximateJreCount, Integer approximateInstallationCount, Integer approximateApplicationCount, Integer approximateManagedInstanceCount, Integer approximateJavaServerCount, CustomLog inventoryLog, CustomLog operationLog, Boolean isAdvancedFeaturesEnabled, Boolean isExportSettingEnabled, Date timeCreated, LifecycleState lifecycleState, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.FleetSummary(String id, String displayName, String description, String compartmentId, Integer approximateJreCount, Integer approximateInstallationCount, Integer approximateApplicationCount, Integer approximateManagedInstanceCount, Integer approximateJavaServerCount, CustomLog inventoryLog, CustomLog operationLog, Boolean isAdvancedFeaturesEnabled, Boolean isExportSettingEnabled, Date timeCreated, LifecycleState lifecycleState, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.InstallationSite(String installationKey, String managedInstanceId, JavaRuntimeId jre, String path, OperatingSystem operatingSystem, Integer approximateApplicationCount, Date timeLastSeen, List<BlocklistEntry> blocklist, LifecycleState lifecycleState, ManagedInstanceType managedInstanceType, String hostname)
Deprecated.InstallationSiteSummary(String installationKey, String managedInstanceId, JavaRuntimeId jre, JreSecurityStatus securityStatus, String path, OperatingSystem operatingSystem, Integer approximateApplicationCount, Date timeLastSeen, List<BlocklistEntry> blocklist, LifecycleState lifecycleState)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListFleetsRequest. getLifecycleState()
The state of the lifecycle.Methods in com.oracle.bmc.jms.requests with parameters of type LifecycleState Modifier and Type Method Description ListFleetsRequest.Builder
ListFleetsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the lifecycle.
-