Oracle · JSON Structure

Oci Compute Shape Max Vnic Attachment Options Structure

Type: object Properties: 3
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

ShapeMaxVnicAttachmentOptions is a JSON Structure definition published by Oracle, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

min max defaultPerOcpu

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ShapeMaxVnicAttachmentOptions",
  "type": "object",
  "properties": {
    "min": {
      "type": "integer"
    },
    "max": {
      "type": "number"
    },
    "defaultPerOcpu": {
      "type": "number"
    }
  }
}