generated from camel.apache.org/component
Add component definition: openstack-cinder
This commit is contained in:
parent
e145d8a11f
commit
b289eb66ab
351
component.json
Normal file
351
component.json
Normal file
@ -0,0 +1,351 @@
|
||||
{
|
||||
"component": {
|
||||
"kind": "component",
|
||||
"name": "openstack-cinder",
|
||||
"title": "OpenStack Cinder",
|
||||
"description": "Access data in OpenStack Cinder block storage.",
|
||||
"deprecated": false,
|
||||
"firstVersion": "2.19.0",
|
||||
"label": "container",
|
||||
"javaType": "org.apache.camel.component.openstack.cinder.CinderComponent",
|
||||
"supportLevel": "Stable",
|
||||
"groupId": "org.apache.camel",
|
||||
"artifactId": "camel-openstack",
|
||||
"version": "4.10.2",
|
||||
"scheme": "openstack-cinder",
|
||||
"extendsScheme": "",
|
||||
"syntax": "openstack-cinder:host",
|
||||
"async": false,
|
||||
"api": false,
|
||||
"consumerOnly": false,
|
||||
"producerOnly": true,
|
||||
"lenientProperties": false,
|
||||
"browsable": false,
|
||||
"remote": true
|
||||
},
|
||||
"headers": {
|
||||
"size": {
|
||||
"index": 0,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "volume",
|
||||
"label": "volume",
|
||||
"required": false,
|
||||
"javaType": "Integer",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Size of volume.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#SIZE"
|
||||
},
|
||||
"volumeType": {
|
||||
"index": 1,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "volume",
|
||||
"label": "volume",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Volume type.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#VOLUME_TYPE"
|
||||
},
|
||||
"imageRef": {
|
||||
"index": 2,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "volume",
|
||||
"label": "volume",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "ID of image.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#IMAGE_REF"
|
||||
},
|
||||
"snapshotId": {
|
||||
"index": 3,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "volume",
|
||||
"label": "volume",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "ID of snapshot.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#SNAPSHOT_ID"
|
||||
},
|
||||
"isBootable": {
|
||||
"index": 4,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "volume",
|
||||
"label": "volume",
|
||||
"required": false,
|
||||
"javaType": "Boolean",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Is bootable.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#IS_BOOTABLE"
|
||||
},
|
||||
"volumeId": {
|
||||
"index": 5,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "snapshot",
|
||||
"label": "snapshot",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The Volume ID.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#VOLUME_ID"
|
||||
},
|
||||
"force": {
|
||||
"index": 6,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "snapshot",
|
||||
"label": "snapshot",
|
||||
"required": false,
|
||||
"javaType": "Boolean",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "Force.",
|
||||
"constantName": "org.apache.camel.component.openstack.cinder.CinderConstants#FORCE"
|
||||
},
|
||||
"operation": {
|
||||
"index": 7,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The operation to perform.",
|
||||
"constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#OPERATION"
|
||||
},
|
||||
"ID": {
|
||||
"index": 8,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The ID.",
|
||||
"constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#ID"
|
||||
},
|
||||
"name": {
|
||||
"index": 9,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The name.",
|
||||
"constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#NAME"
|
||||
},
|
||||
"description": {
|
||||
"index": 10,
|
||||
"kind": "header",
|
||||
"displayName": "",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"javaType": "String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The description.",
|
||||
"constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#DESCRIPTION"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"host": {
|
||||
"index": 0,
|
||||
"kind": "path",
|
||||
"displayName": "Host",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "OpenStack host url"
|
||||
},
|
||||
"apiVersion": {
|
||||
"index": 1,
|
||||
"kind": "parameter",
|
||||
"displayName": "Api Version",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"enum": [
|
||||
"V2",
|
||||
"V3"
|
||||
],
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": "V3",
|
||||
"description": "OpenStack API version"
|
||||
},
|
||||
"config": {
|
||||
"index": 2,
|
||||
"kind": "parameter",
|
||||
"displayName": "Config",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "object",
|
||||
"javaType": "org.openstack4j.core.transport.Config",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "OpenStack configuration"
|
||||
},
|
||||
"domain": {
|
||||
"index": 3,
|
||||
"kind": "parameter",
|
||||
"displayName": "Domain",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": "default",
|
||||
"description": "Authentication domain"
|
||||
},
|
||||
"operation": {
|
||||
"index": 4,
|
||||
"kind": "parameter",
|
||||
"displayName": "Operation",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The operation to do"
|
||||
},
|
||||
"password": {
|
||||
"index": 5,
|
||||
"kind": "parameter",
|
||||
"displayName": "Password",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": true,
|
||||
"description": "OpenStack password"
|
||||
},
|
||||
"project": {
|
||||
"index": 6,
|
||||
"kind": "parameter",
|
||||
"displayName": "Project",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "The project ID"
|
||||
},
|
||||
"subsystem": {
|
||||
"index": 7,
|
||||
"kind": "parameter",
|
||||
"displayName": "Subsystem",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"enum": [
|
||||
"snapshots",
|
||||
"volumes"
|
||||
],
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"description": "OpenStack Cinder subsystem"
|
||||
},
|
||||
"username": {
|
||||
"index": 8,
|
||||
"kind": "parameter",
|
||||
"displayName": "Username",
|
||||
"group": "producer",
|
||||
"label": "",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"javaType": "java.lang.String",
|
||||
"deprecated": false,
|
||||
"deprecationNote": "",
|
||||
"autowired": false,
|
||||
"secret": true,
|
||||
"description": "OpenStack username"
|
||||
},
|
||||
"lazyStartProducer": {
|
||||
"index": 9,
|
||||
"kind": "parameter",
|
||||
"displayName": "Lazy Start Producer",
|
||||
"group": "producer (advanced)",
|
||||
"label": "producer,advanced",
|
||||
"required": false,
|
||||
"type": "boolean",
|
||||
"javaType": "boolean",
|
||||
"deprecated": false,
|
||||
"autowired": false,
|
||||
"secret": false,
|
||||
"defaultValue": false,
|
||||
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user