This has been deprecated and may be removed in future versions.
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

ParameterTypes

Definition of ParameterTypes.


Properties

array Optional

boolean Optional

composite Optional

compositeValue Optional

date Optional

encryptedString Optional

keyValuePair Optional

mimeAttachment Optional

number Optional

properties Optional

regex Optional

sdkObject Optional

secureString Optional

string Optional

JSON Example

{
	"array": {
		"inputType": "string",
		"value": [
			{
				"inputType": "string"
			}
		]
	},
	"boolean": {
		"inputType": "string",
		"value": false
	},
	"composite": {
		"inputType": "string",
		"property": [
			{
				"id": "string",
				"inputType": "string",
				"property": {
					"inputType": "string"
				}
			}
		],
		"type": "string"
	},
	"compositeValue": {
		"id": "string",
		"inputType": "string",
		"property": {
			"inputType": "string"
		}
	},
	"date": {
		"inputType": "string",
		"value": "string"
	},
	"encryptedString": {
		"inputType": "string",
		"value": "string"
	},
	"keyValuePair": {
		"inputType": "string",
		"key": "string",
		"value": {
			"inputType": "string"
		}
	},
	"mimeAttachment": {
		"content": "string",
		"inputType": "string",
		"mimeType": "string",
		"name": "string"
	},
	"number": {
		"inputType": "string",
		"value": 0
	},
	"properties": {
		"inputType": "string",
		"property": [
			{
				"inputType": "string",
				"key": "string",
				"value": {
					"inputType": "string"
				}
			}
		]
	},
	"regex": {
		"inputType": "string",
		"value": "string"
	},
	"sdkObject": {
		"displayValue": "string",
		"href": "string",
		"id": "string",
		"inputType": "string",
		"type": "string"
	},
	"secureString": {
		"inputType": "string",
		"isPlainText": false,
		"value": "string"
	},
	"string": {
		"inputType": "string",
		"value": "string"
	}
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Deprecated in 36.0
With alternative: vRO Forms Overlay API Marked As Internal
Returned By

Get Parameter Types

Feedback

Was this page helpful?