Package | Description |
---|---|
com.oracle.bmc.functions.model |
Modifier and Type | Method and Description |
---|---|
static FunctionSummary.LifecycleState |
FunctionSummary.LifecycleState.create(String key) |
FunctionSummary.LifecycleState |
FunctionSummary.getLifecycleState()
The current state of the function.
|
static FunctionSummary.LifecycleState |
FunctionSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionSummary.LifecycleState[] |
FunctionSummary.LifecycleState.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.lifecycleState(FunctionSummary.LifecycleState lifecycleState)
The current state of the function.
|
Constructor and Description |
---|
FunctionSummary(String id,
String displayName,
String applicationId,
String compartmentId,
FunctionSummary.LifecycleState lifecycleState,
String image,
String imageDigest,
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–2023. All rights reserved.