【发布时间】:2018-08-28 07:18:19
【问题描述】:
我们以前按如下方式订购裸机:
server_order = {
'complexType': 'SoftLayer_Container_Product_Order_Hardware_Server',
'quantity': 1,
'hardware':{"primaryNetworkComponent"..., "primaryBackendNetworkComponent"},
'location': dal05,
'packageId': xxx
}
server_container = {
'complexType': 'SoftLayer_Container_Product_Order_Hardware_Server',
'quantity': 1,
'hardware': {"primaryNetworkComponent"..., "primaryBackendNetworkComponent"},
'location': dal05,
'packageId': xxx,
'prices': {....}
}
现在我们希望在没有公共 NIC 的情况下订购裸机。除了从hardware 中删除primaryNetworkComponent 之外,我们还需要做什么?
我们还需要 SL 来更改我们正在使用的包吗?还是我们必须换成其他的包?
【问题讨论】: