Uses of Class
com.oracle.bmc.ocvp.model.OperationTypes
-
Packages that use OperationTypes Package Description com.oracle.bmc.ocvp.model -
-
Uses of OperationTypes in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return OperationTypes Modifier and Type Method 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.Methods in com.oracle.bmc.ocvp.model that return types with arguments of type OperationTypes Modifier and Type Method Description List<OperationTypes>
SupportedHostShapeSummary. getSupportedOperations()
The operations where you can use the shape.Methods in com.oracle.bmc.ocvp.model with parameters of type OperationTypes Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(OperationTypes operationType)
The asynchronous operation tracked by this work request.Method parameters in com.oracle.bmc.ocvp.model with type arguments of type OperationTypes Modifier and Type Method Description SupportedHostShapeSummary.Builder
SupportedHostShapeSummary.Builder. supportedOperations(List<OperationTypes> supportedOperations)
The operations where you can use the shape.Constructors in com.oracle.bmc.ocvp.model with parameters of type OperationTypes Constructor Description WorkRequest(OperationTypes operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type OperationTypes Constructor 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.
-