Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Fleet

A Fleet is the primary collection with which users interact when using Java Management Service.

Properties

approximateApplicationCount

approximateApplicationCount: number

The approximate count of all unique applications in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

approximateInstallationCount

approximateInstallationCount: number

The approximate count of all unique Java installations in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

approximateJavaServerCount

approximateJavaServerCount: number

The approximate count of all unique Java servers in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

approximateJreCount

approximateJreCount: number

The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

approximateManagedInstanceCount

approximateManagedInstanceCount: number

The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The OCID of the compartment of the Fleet.

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"}}}. (See Understanding Free-form Tags).

description

description: string

The Fleet's description.

displayName

displayName: string

The name of the Fleet.

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"}}. (See Managing Tags and Tag Namespaces.)

id

id: string

The OCID of the Fleet.

Optional inventoryLog

inventoryLog: model.CustomLog

Optional isAdvancedFeaturesEnabled

isAdvancedFeaturesEnabled: undefined | false | true

Whether or not advanced features are enabled in this Fleet. Deprecated, use {@code /fleets/{fleetId}/advanceFeatureConfiguration} API instead.

Optional isExportSettingEnabled

isExportSettingEnabled: undefined | false | true

Whether or not export setting is enabled in this Fleet.

lifecycleState

lifecycleState: LifecycleState

The lifecycle state of the Fleet.

Optional operationLog

operationLog: model.CustomLog

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.

Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}

timeCreated

timeCreated: Date

The creation date and time of the Fleet (formatted according to RFC3339).

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Fleet): object

getJsonObj

  • getJsonObj(obj: Fleet): object