Uses of Class
com.oracle.bmc.functions.model.FunctionSummary.Shape
-
Packages that use FunctionSummary.Shape Package Description com.oracle.bmc.functions.model -
-
Uses of FunctionSummary.Shape in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionSummary.Shape Modifier and Type Method Description static FunctionSummary.Shape
FunctionSummary.Shape. create(String key)
FunctionSummary.Shape
FunctionSummary. getShape()
The processor shape (GENERIC_X86/GENERIC_ARM) on which to run functions in the application, extracted from the image manifest.static FunctionSummary.Shape
FunctionSummary.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static FunctionSummary.Shape[]
FunctionSummary.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type FunctionSummary.Shape Modifier and Type Method Description FunctionSummary.Builder
FunctionSummary.Builder. shape(FunctionSummary.Shape shape)
The processor shape (GENERIC_X86/GENERIC_ARM) on which to run functions in the application, extracted from the image manifest.Constructors in com.oracle.bmc.functions.model with parameters of type FunctionSummary.Shape Constructor Description FunctionSummary(String id, String displayName, String applicationId, String compartmentId, Function.LifecycleState lifecycleState, String image, String imageDigest, FunctionSourceDetails sourceDetails, FunctionSummary.Shape shape, Long memoryInMBs, Integer timeoutInSeconds, FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig, FunctionTraceConfig traceConfig, Map<String,String> freeformTags, String invokeEndpoint, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated)
Deprecated.
-