ServerTemplate

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
identity array
name string
listenPort integer
listenAddress string
machine array
cluster array
links array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-servertemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServerTemplate",
  "title": "ServerTemplate",
  "type": "object",
  "properties": {
    "identity": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "type": "string"
    },
    "listenPort": {
      "type": "integer"
    },
    "listenAddress": {
      "type": "string"
    },
    "machine": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "cluster": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  }
}