Package | Description |
---|---|
com.oracle.bmc.functions.model |
Modifier and Type | Method and Description |
---|---|
static Application.Builder |
Application.builder()
Create a new builder.
|
Application.Builder |
Application.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the application.
|
Application.Builder |
Application.Builder.config(Map<String,String> config)
Application configuration for functions in this application (passed as environment
variables).
|
Application.Builder |
Application.Builder.copy(Application model) |
Application.Builder |
Application.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Application.Builder |
Application.Builder.displayName(String displayName)
The display name of the application.
|
Application.Builder |
Application.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Application.Builder |
Application.Builder.id(String id)
The OCID
of the application.
|
Application.Builder |
Application.Builder.imagePolicyConfig(ImagePolicyConfig imagePolicyConfig) |
Application.Builder |
Application.Builder.lifecycleState(Application.LifecycleState lifecycleState)
The current state of the application.
|
Application.Builder |
Application.Builder.networkSecurityGroupIds(List<String> networkSecurityGroupIds)
The OCIDs
of the Network Security Groups to add the application to.
|
Application.Builder |
Application.Builder.shape(Application.Shape shape)
Valid values are
GENERIC_X86 , GENERIC_ARM and GENERIC_X86_ARM . |
Application.Builder |
Application.Builder.subnetIds(List<String> subnetIds)
The OCIDs
of the subnets in which to run functions in the application.
|
Application.Builder |
Application.Builder.syslogUrl(String syslogUrl)
A syslog URL to which to send all function logs.
|
Application.Builder |
Application.Builder.timeCreated(Date timeCreated)
The time the application was created, expressed in RFC
3339 timestamp format.
|
Application.Builder |
Application.Builder.timeUpdated(Date timeUpdated)
The time the application was updated, expressed in RFC
3339 timestamp format.
|
Application.Builder |
Application.toBuilder() |
Application.Builder |
Application.Builder.traceConfig(ApplicationTraceConfig traceConfig) |
Copyright © 2016–2024. All rights reserved.