0
(500)보다 큰 오류가 생성 하드 드라이브가 2 개이고 나는, 저장 판의 1 TB와 하드웨어 서버를 만들 필요가 SoftLayer_Hardware_Server : GB
이 코드를 호출
:$client = \SoftLayer\SoapClient::getClient('SoftLayer_Hardware_Server', null, $apiUsername, $apiKey);
$call = $client->getCreateObjectOptions();
내가 500 GB의 용량을 가진 하나의 옵션을 참조를 아래 : 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
)
)
)
)
어떻게 1TB로 하드 디스크를 만들 수 있습니까?