Scaleway · Schema

scaleway.instance.v1.GetPrivateNICResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
private_nic object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1getprivatenicresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.GetPrivateNICResponse",
  "title": "scaleway.instance.v1.GetPrivateNICResponse",
  "type": "object",
  "properties": {
    "private_nic": {
      "$ref": "#/components/schemas/scaleway.instance.v1.PrivateNIC"
    }
  },
  "x-properties-order": [
    "private_nic"
  ]
}