Scaleway · Schema

scaleway.lb.v1.ListLbTypesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
lb_types array List of Load Balancer commercial offer type objects.
total_count integer Total number of Load Balancer offer type objects.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaylbv1listlbtypesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.lb.v1.ListLbTypesResponse",
  "title": "scaleway.lb.v1.ListLbTypesResponse",
  "type": "object",
  "properties": {
    "lb_types": {
      "type": "array",
      "description": "List of Load Balancer commercial offer type objects.",
      "items": {
        "$ref": "#/components/schemas/scaleway.lb.v1.LbType"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total number of Load Balancer offer type objects.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "lb_types",
    "total_count"
  ]
}