Oracle Cloud Infrastructure · JSON Structure

Oke Create Cluster Details Structure

CreateClusterDetails schema from oracle-cloud-oke-openapi.yaml

Type: object Properties: 4 Required: 4
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

CreateClusterDetails is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

compartmentId name vcnId kubernetesVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/oke-create-cluster-details-structure.json",
  "name": "CreateClusterDetails",
  "description": "CreateClusterDetails schema from oracle-cloud-oke-openapi.yaml",
  "type": "object",
  "properties": {
    "compartmentId": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "name": {
      "type": "string",
      "example": "example-value"
    },
    "vcnId": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "kubernetesVersion": {
      "type": "string",
      "example": "v1.28.2"
    }
  },
  "required": [
    "compartmentId",
    "name",
    "vcnId",
    "kubernetesVersion"
  ]
}