ClusterUpdateRequest

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
clusterMessagingMode string
defaultLoadAlgorithm string
weblogicPluginEnabled boolean
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-clusterupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterUpdateRequest",
  "title": "ClusterUpdateRequest",
  "type": "object",
  "properties": {
    "clusterMessagingMode": {
      "type": "string",
      "enum": [
        "unicast",
        "multicast"
      ]
    },
    "defaultLoadAlgorithm": {
      "type": "string",
      "enum": [
        "round-robin",
        "weight-based",
        "random"
      ]
    },
    "weblogicPluginEnabled": {
      "type": "boolean"
    }
  }
}