Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApplicationSummary

Summary of an application.

Properties

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment that contains the application.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Optional displayName

displayName: undefined | string

The display name of the application. The display name is unique within the compartment containing the application.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the application.

Optional imagePolicyConfig

imagePolicyConfig: model.ImagePolicyConfig

Optional lifecycleState

lifecycleState: undefined | string

The current state of the application.

Optional networkSecurityGroupIds

networkSecurityGroupIds: Array<string>

The OCIDs of the Network Security Groups to add the application to.

Optional shape

shape: Shape

Valid values are {@code GENERIC_X86}, {@code GENERIC_ARM} and {@code GENERIC_X86_ARM}. Default is {@code GENERIC_X86}. Setting this to {@code GENERIC_X86}, will run the functions in the application on X86 processor architecture. Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture. When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture. Accepted values are: {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}

Optional subnetIds

subnetIds: Array<string>

The OCIDs of the subnets in which to run functions in the application.

Optional timeCreated

timeCreated: Date

The time the application was created, expressed in RFC 3339 timestamp format.

Example: {@code 2018-09-12T22:47:12.613Z}

Optional timeUpdated

timeUpdated: Date

The time the application was updated, expressed in RFC 3339 timestamp format. Example: {@code 2018-09-12T22:47:12.613Z}

Optional traceConfig

traceConfig: model.ApplicationTraceConfig

Functions

getDeserializedJsonObj

getJsonObj