Package | Description |
---|---|
com.oracle.bmc.functions.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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. |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.