Click or drag to resize

IJsonpWsEndUserSetEnqueuePersonalTemplateCreation Method

Allows the user to create a new template from primary disk of a virtualMachine active on the system. The method performs the export of primary disk of the virtual machine in the FTP user folder. The method combines a number template to some data required for its characterization and identification in the system.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueuePersonalTemplateCreation/{jsonp}/{userName}/{token}?virtualMachineID={virtualMachineID}&templateDescription={templateDescription}&templateExternalDescription={templateExternalDescription}&osVersion={osVersion}&osFamilyID={osFamilyID}&architectureTypeID={architectureTypeID}&applianceTypeID={applianceTypeID}&revision={revision}&templateUsername={templateUsername}&templatePassword={templatePassword}&templateBound={templateBound}")]
Stream SetEnqueuePersonalTemplateCreation(
	string jsonp,
	string userName,
	string token,
	int virtualMachineID,
	string templateDescription,
	string templateExternalDescription,
	string osVersion,
	int osFamilyID,
	int architectureTypeID,
	string applianceTypeID,
	string revision,
	string templateUsername,
	string templatePassword,
	string templateBound
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
virtualMachineID
Type: SystemInt32
templateDescription
Type: SystemString
templateExternalDescription
Type: SystemString
osVersion
Type: SystemString
osFamilyID
Type: SystemInt32
architectureTypeID
Type: SystemInt32
applianceTypeID
Type: SystemString
revision
Type: SystemString
templateUsername
Type: SystemString
templatePassword
Type: SystemString
templateBound
Type: SystemString

Return Value

Type: Stream
See Also