Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static OperationTypes |
OperationTypes.create(String key) |
OperationTypes |
WorkRequest.getOperationType()
The asynchronous operation tracked by this work request.
|
static OperationTypes |
OperationTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationTypes[] |
OperationTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<OperationTypes> |
SupportedHostShapeSummary.getSupportedOperations()
The operations where you can use the shape.
|
Modifier and Type | Method and Description |
---|---|
WorkRequest.Builder |
WorkRequest.Builder.operationType(OperationTypes operationType)
The asynchronous operation tracked by this work request.
|
Modifier and Type | Method and Description |
---|---|
SupportedHostShapeSummary.Builder |
SupportedHostShapeSummary.Builder.supportedOperations(List<OperationTypes> supportedOperations)
The operations where you can use the shape.
|
Constructor and Description |
---|
WorkRequest(OperationTypes operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Constructor and Description |
---|
SupportedHostShapeSummary(String name,
List<OperationTypes> supportedOperations,
String shapeFamily,
Float defaultOcpuCount,
List<Float> supportedOcpuCount,
Boolean isSingleHostSddcSupported,
List<String> supportedVmwareSoftwareVersions,
String description,
Boolean isSupportShieldedInstances,
Boolean isSupportMonthlyCommitment)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.