UNPKG

@itentialopensource/adapter-openstack_cinder

Version:

This adapter integrates with system described as: Openstack Block Storage (Cinder) Service

78 lines 2.11 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": "updateAVolumeType", "enum": [ "updateAVolumeType", "showVolumeTypeDetail", "deleteAVolumeType", "createOrUpdateExtraSpecsForVolumeType", "showAllExtraSpecificationsForVolumeType", "showExtraSpecificationForVolumeType", "updateExtraSpecificationForVolumeType", "deleteExtraSpecificationForVolumeType", "showDefaultVolumeType", "listAllVolumeTypes", "createAVolumeType", "showAnEncryptionType", "createAnEncryptionType", "showEncryptionSpecsItem", "deleteAnEncryptionType", "updateAnEncryptionType" ], "external_name": "ph_request_type" }, "projectId": { "type": "string", "description": "The UUID of the project in a multi-tenancy cloud.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "project_id" }, "volumeTypeId": { "type": "string", "description": "The UUID for an existing volume type.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "volume_type_id" }, "isPublic": { "type": "boolean", "description": "Filter the volume type by public visibility.\nSee valid boolean values.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "is_public" }, "encryptionId": { "type": "string", "description": "The ID of the encryption type.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "encryption_id" } }, "definitions": {} }