UNPKG

@itentialopensource/adapter-openstack_neutron

Version:

This adapter integrates with system described as: Openstack Networking (Neutron) Service

199 lines 5.94 kB
{ "$id": "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": "showSubnetPool", "enum": [ "showSubnetPool", "updateSubnetPool", "deleteSubnetPool", "listSubnetPools", "createSubnetPool" ], "external_name": "ph_request_type" }, "subnetpoolId": { "type": "string", "description": "The UUID of the subnet pool.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "subnetpool_id" }, "defaultQuota": { "type": "number", "description": "Filter the subnet pool list result by the quota on the prefix space\nthat can be allocated from the subnet pool for project subnets.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "default_quota" }, "tenantId": { "type": "string", "description": "Filter the list result by the ID of the project that owns the resource.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "tenant_id" }, "projectId": { "type": "string", "description": "Filter the list result by the ID of the project that owns the resource.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "project_id" }, "minPrefixlen": { "type": "number", "description": "Filter the subnet pool list result by the smallest prefix that can be\nallocated from a subnet pool.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "min_prefixlen" }, "addressScopeId": { "type": "string", "description": "Filter the subnet pool list result by the address scope that is assigned\nto the subnet pool.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "address_scope_id" }, "ipVersion": { "type": "number", "description": "Filter the list result by the IP protocol version.\nValid value is 4 or 6.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "ip_version" }, "defaultPrefixlen": { "type": "number", "description": "Filter the subnet pool list result by the size of the prefix to allocate\nwhen the cidr or prefixlen attributes are omitted when you create\nthe subnet. Default is min_pref...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "default_prefixlen" }, "maxPrefixlen": { "type": "number", "description": "Filter the subnet pool list result by the maximum prefix size that can be\nallocated from the subnet pool.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "max_prefixlen" }, "isDefault": { "type": "boolean", "description": "Filter the subnet pool list result based on if it is a default pool or not.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "is_default" }, "revisionNumber": { "type": "number", "description": "Filter the list result by the revision number of the resource.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "revision_number" }, "sortDir": { "type": "string", "description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "sort_dir" }, "sortKey": { "type": "string", "description": "Sorts by a subnetpool attribute. You can specify multiple pairs of sort key\nand sort direction query parameters. The sort keys are limited to:", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "sort_key" }, "tagsAny": { "type": "string", "description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be returned.\nTags in query must be separated by comma.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "tags-any" }, "notTags": { "type": "string", "description": "A list of tags to filter the list result by.\nResources that match all tags in this list will be excluded.\nTags in query must be separated by comma.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "not-tags" }, "notTagsAny": { "type": "string", "description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be excluded.\nTags in query must be separated by comma.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "not-tags-any" } }, "definitions": {} }