addSupportedBootMode


SoftLayer_Virtual_Guest_Block_Device_Template_Group::addSupportedBootMode

Description

This method allows you to mark this image’s supported boot modes as ‘HVM’ or ‘PV’.

Parameters

Name Type Description
bootMode string Boot mode type to add to SUPPORTED_BOOT_MODE.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{SoftLayer_Virtual_Guest_Block_Device_Template_GroupID}/addSupportedBootMode'