Package | Description |
---|---|
com.oracle.bmc.jms | |
com.oracle.bmc.jms.model | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetFleetRequest,GetFleetResponse> |
JavaManagementServiceWaiters.forFleet(GetFleetRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetFleetRequest,GetFleetResponse> |
JavaManagementServiceWaiters.forFleet(GetFleetRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetFleetRequest,GetFleetResponse> |
JavaManagementServiceWaiters.forFleet(GetFleetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
InstallationSite.getLifecycleState()
The lifecycle state of the installation site.
|
LifecycleState |
Fleet.getLifecycleState()
The lifecycle state of the Fleet.
|
LifecycleState |
FleetSummary.getLifecycleState()
The lifecycle state of the Fleet.
|
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.
|
Modifier and Type | Method and Description |
---|---|
InstallationSite.Builder |
InstallationSite.Builder.lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the installation site.
|
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.
|
InstallationSiteSummary.Builder |
InstallationSiteSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the installation site.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListFleetsRequest.getLifecycleState()
The state of the lifecycle.
|
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest.Builder |
ListFleetsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The state of the lifecycle.
|
Copyright © 2016–2024. All rights reserved.