softlayer - SoftLayer_Hardware_Server : Error Creating hardDrives larger than 500 GB -


i need create hardware server 1 tb of harddisk,

when call code:

$client = \softlayer\soapclient::getclient('softlayer_hardware_server', null, $apiusername, $apikey); $call = $client->getcreateobjectoptions(); 

i see 1 option 500 gb capacity under: harddrives.

( [itemprice] => stdclass object ( [hourlyrecurringfee] => 0 [recurringfee] => 0 [item] => stdclass object ( [description] => 500 gb sata  )     )  [template] => stdclass object ( [harddrives] => array ( [0] => stdclass object ( [hardwarecomponentmodelid] =>  [hardwareid] =>  [id] =>  [modifydate] =>  [serviceproviderid] =>  [capacity] => 500 )     )     )     ) 

how can create hard disk 1 tb ?

using softlayer_hardware_server::createobject method can not it, can use configuration displayed softlayer_hardware_server::getcreateobjectoptions method.

the way use softlayer_product_order::placeorder method method control portal uses order, drawback is not easy create order. can see more informationation in article

the other way order bare metal 500 gb , once deployed performs upgrade 1 tb.

regards


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -