Oracle · JSON Structure

Oci Compute Shape Networking Bandwidth Options Structure

Type: object Properties: 3
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

ShapeNetworkingBandwidthOptions 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

minInGbps maxInGbps defaultPerOcpuInGbps

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ShapeNetworkingBandwidthOptions",
  "type": "object",
  "properties": {
    "minInGbps": {
      "type": "number"
    },
    "maxInGbps": {
      "type": "number"
    },
    "defaultPerOcpuInGbps": {
      "type": "number"
    }
  }
}