Scaleway · Schema

scaleway.instance.v1.ServerType.Network.Interface

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
internal_bandwidth integer Maximum internal bandwidth in bits per seconds.
internet_bandwidth integer Maximum internet bandwidth in bits per seconds.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1servertypenetworkinterface-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.ServerType.Network.Interface",
  "title": "scaleway.instance.v1.ServerType.Network.Interface",
  "type": "object",
  "properties": {
    "internal_bandwidth": {
      "type": "integer",
      "description": "Maximum internal bandwidth in bits per seconds.",
      "format": "uint64",
      "nullable": true
    },
    "internet_bandwidth": {
      "type": "integer",
      "description": "Maximum internet bandwidth in bits per seconds.",
      "format": "uint64",
      "nullable": true
    }
  },
  "x-properties-order": [
    "internal_bandwidth",
    "internet_bandwidth"
  ]
}