UNPKG

@itentialopensource/adapter-nuage

Version:
25 lines 702 B
{ "$id": "vport-schema_schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getVMinterfaces", "enum": [ "getVMinterfaces", "getDomainVMinterfaces", "getZoneVMinterfaces", "getSubnetVMinterfaces", "getVportVMinterfaces", "getVMVMinterfaces" ], "external_name": "ph_request_type" }, "name": { "type": "string", "description": "the name of the vminterface", "external_name": "name" } }, "definitions": {} }