Oracle · Schema

ShapeNetworkingBandwidthOptions

Options for configuring networking bandwidth on a flexible shape

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
minInGbps number The minimum networking bandwidth, in Gbps
maxInGbps number The maximum networking bandwidth, in Gbps
defaultPerOcpuInGbps number The default networking bandwidth per OCPU, in Gbps
View JSON Schema on GitHub

JSON Schema

oci-compute-shape-networking-bandwidth-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ShapeNetworkingBandwidthOptions",
  "type": "object",
  "description": "Options for configuring networking bandwidth on a flexible shape",
  "properties": {
    "minInGbps": {
      "type": "number",
      "description": "The minimum networking bandwidth, in Gbps"
    },
    "maxInGbps": {
      "type": "number",
      "description": "The maximum networking bandwidth, in Gbps"
    },
    "defaultPerOcpuInGbps": {
      "type": "number",
      "description": "The default networking bandwidth per OCPU, in Gbps"
    }
  }
}