Scaleway · Schema

scaleway.instance.v1.PlacementGroupServer

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
id string Instance UUID.
name string Instance name.
policy_respected boolean Defines whether the placement group policy is respected (either 1 or 0).
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1placementgroupserver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.PlacementGroupServer",
  "title": "scaleway.instance.v1.PlacementGroupServer",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Instance UUID."
    },
    "name": {
      "type": "string",
      "description": "Instance name."
    },
    "policy_respected": {
      "type": "boolean",
      "description": "Defines whether the placement group policy is respected (either 1 or 0)."
    }
  },
  "x-properties-order": [
    "id",
    "name",
    "policy_respected"
  ]
}