Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static PerformanceTuningResultStatus |
PerformanceTuningResultStatus.create(String key) |
PerformanceTuningResultStatus |
PerformanceTuningAnalysisResult.getResult()
Result of the analysis based on whether warnings have been found or not.
|
PerformanceTuningResultStatus |
PerformanceTuningAnalysisResultSummary.getResult()
Result of the analysis based on whether warnings have been found or not.
|
static PerformanceTuningResultStatus |
PerformanceTuningResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceTuningResultStatus[] |
PerformanceTuningResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PerformanceTuningAnalysisResult.Builder |
PerformanceTuningAnalysisResult.Builder.result(PerformanceTuningResultStatus result)
Result of the analysis based on whether warnings have been found or not.
|
PerformanceTuningAnalysisResultSummary.Builder |
PerformanceTuningAnalysisResultSummary.Builder.result(PerformanceTuningResultStatus result)
Result of the analysis based on whether warnings have been found or not.
|
Constructor and Description |
---|
PerformanceTuningAnalysisResult(String id,
String workRequestId,
String fleetId,
String applicationId,
String applicationInstallationId,
String applicationInstallationPath,
Integer warningCount,
PerformanceTuningResultStatus result,
String managedInstanceId,
String hostName,
String applicationName,
String namespace,
String bucketName,
String objectName,
Date timeCreated,
Date timeStarted,
Date timeFinished)
Deprecated.
|
PerformanceTuningAnalysisResultSummary(String id,
String workRequestId,
String fleetId,
String applicationId,
String applicationInstallationId,
String applicationInstallationPath,
Integer warningCount,
PerformanceTuningResultStatus result,
String managedInstanceId,
String hostName,
String applicationName,
String namespace,
String bucketName,
String objectName,
Date timeCreated,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.