Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Mesh

The mesh resource is the top-level container that represents the logical boundary of application traffic between the services and deployments that reside within it. A mesh also provides a unit of access control.

Properties

Optional certificateAuthorities

certificateAuthorities: Array<CertificateAuthority>

A list of certificate authority resources to use for creating leaf certificates for mTLS authentication. Currently we only support one certificate authority, but this may expand in future releases. Request with more than one certificate authority will be rejected.

compartmentId

compartmentId: string

The OCID of the compartment.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

Description of the resource. It can be changed after creation. Avoid entering confidential information.

Example: {@code This is my new resource}

displayName

displayName: string

A user-friendly name. The name does not have to be unique and can be changed after creation. Avoid entering confidential information.

Example: {@code My new resource}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

id

id: string

Unique identifier that is immutable on creation.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.

lifecycleState

lifecycleState: LifecycleState

The current state of the Resource.

Optional mtls

mtls: model.MeshMutualTransportLayerSecurity

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

timeCreated

timeCreated: Date

The time when this resource was created in an RFC3339 formatted datetime string.

timeUpdated

timeUpdated: Date

The time when this resource was updated in an RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Mesh): object

getJsonObj

  • getJsonObj(obj: Mesh): object