Oracle Cloud Infrastructure · JSON Structure

Compute Update Instance Details Structure

Details for updating an instance.

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

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

Properties

displayName shape shapeConfig freeformTags

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/compute-update-instance-details-structure.json",
  "name": "UpdateInstanceDetails",
  "description": "Details for updating an instance.",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "A user-friendly name.",
      "example": "updated-instance-name"
    },
    "shape": {
      "type": "string",
      "description": "The shape of the instance.",
      "example": "VM.Standard.E4.Flex"
    },
    "shapeConfig": {
      "type": "object",
      "example": {
        "ocpus": 4.0,
        "memoryInGBs": 32.0
      }
    },
    "freeformTags": {
      "type": "object",
      "example": {
        "key1": "value1"
      }
    }
  }
}