Scaleway · Schema

scaleway.instance.v1.SetPlacementGroupServersResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
servers array Instances attached to the placement group.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1setplacementgroupserversresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.SetPlacementGroupServersResponse",
  "title": "scaleway.instance.v1.SetPlacementGroupServersResponse",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "description": "Instances attached to the placement group.",
      "items": {
        "$ref": "#/components/schemas/scaleway.instance.v1.PlacementGroupServer"
      }
    }
  },
  "x-properties-order": [
    "servers"
  ]
}