|
559 | 559 | 'remark' => [ 'type' => 'string', 'locationName' => 'remark', ], |
560 | 560 | ], |
561 | 561 | ], |
| 562 | + 'Core' => [ |
| 563 | + 'type' => 'structure', |
| 564 | + 'members' => [ |
| 565 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 566 | + 'threads' => [ 'type' => 'list', 'member' => [ 'shape' => 'Thread', ], ], |
| 567 | + ], |
| 568 | + ], |
562 | 569 | 'LightCloudDiskInfo' => [ |
563 | 570 | 'type' => 'structure', |
564 | 571 | 'members' => [ |
|
592 | 599 | 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
593 | 600 | ], |
594 | 601 | ], |
| 602 | + 'Socket' => [ |
| 603 | + 'type' => 'structure', |
| 604 | + 'members' => [ |
| 605 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 606 | + 'cores' => [ 'type' => 'list', 'member' => [ 'shape' => 'Core', ], ], |
| 607 | + ], |
| 608 | + ], |
| 609 | + 'Numa' => [ |
| 610 | + 'type' => 'structure', |
| 611 | + 'members' => [ |
| 612 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 613 | + 'cores' => [ 'type' => 'list', 'member' => [ 'shape' => 'Core', ], ], |
| 614 | + ], |
| 615 | + ], |
595 | 616 | 'BriefInstance' => [ |
596 | 617 | 'type' => 'structure', |
597 | 618 | 'members' => [ |
|
615 | 636 | 'chargeOnStopped' => [ 'type' => 'string', 'locationName' => 'chargeOnStopped', ], |
616 | 637 | 'dedicatedPoolId' => [ 'type' => 'string', 'locationName' => 'dedicatedPoolId', ], |
617 | 638 | 'dedicatedHostId' => [ 'type' => 'string', 'locationName' => 'dedicatedHostId', ], |
| 639 | + 'cpuTopology' => [ 'shape' => 'CpuTopology', ], |
| 640 | + ], |
| 641 | + ], |
| 642 | + 'Thread' => [ |
| 643 | + 'type' => 'structure', |
| 644 | + 'members' => [ |
| 645 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 646 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 647 | + ], |
| 648 | + ], |
| 649 | + 'CpuTopology' => [ |
| 650 | + 'type' => 'structure', |
| 651 | + 'members' => [ |
| 652 | + 'sockets' => [ 'type' => 'list', 'member' => [ 'shape' => 'Socket', ], ], |
| 653 | + 'numas' => [ 'type' => 'list', 'member' => [ 'shape' => 'Numa', ], ], |
618 | 654 | ], |
619 | 655 | ], |
620 | 656 | 'BurstInfo' => [ |
|
654 | 690 | 'sourceImageId' => [ 'type' => 'string', 'locationName' => 'sourceImageId', ], |
655 | 691 | ], |
656 | 692 | ], |
657 | | - 'Core' => [ |
658 | | - 'type' => 'structure', |
659 | | - 'members' => [ |
660 | | - 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
661 | | - 'threads' => [ 'type' => 'list', 'member' => [ 'shape' => 'Thread', ], ], |
662 | | - ], |
663 | | - ], |
664 | | - 'Socket' => [ |
665 | | - 'type' => 'structure', |
666 | | - 'members' => [ |
667 | | - 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
668 | | - 'cores' => [ 'type' => 'list', 'member' => [ 'shape' => 'Core', ], ], |
669 | | - ], |
670 | | - ], |
671 | | - 'Numa' => [ |
672 | | - 'type' => 'structure', |
673 | | - 'members' => [ |
674 | | - 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
675 | | - 'cores' => [ 'type' => 'list', 'member' => [ 'shape' => 'Core', ], ], |
676 | | - ], |
677 | | - ], |
678 | | - 'Thread' => [ |
679 | | - 'type' => 'structure', |
680 | | - 'members' => [ |
681 | | - 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
682 | | - 'pin' => [ 'type' => 'integer', 'locationName' => 'pin', ], |
683 | | - ], |
684 | | - ], |
685 | | - 'CpuTopology' => [ |
686 | | - 'type' => 'structure', |
687 | | - 'members' => [ |
688 | | - 'sockets' => [ 'type' => 'list', 'member' => [ 'shape' => 'Socket', ], ], |
689 | | - 'numas' => [ 'type' => 'list', 'member' => [ 'shape' => 'Numa', ], ], |
690 | | - ], |
691 | | - ], |
692 | 693 | 'CustomData' => [ |
693 | 694 | 'type' => 'structure', |
694 | 695 | 'members' => [ |
|
1373 | 1374 | 'chargeOnStopped' => [ 'type' => 'string', 'locationName' => 'chargeOnStopped', ], |
1374 | 1375 | 'dedicatedPoolId' => [ 'type' => 'string', 'locationName' => 'dedicatedPoolId', ], |
1375 | 1376 | 'dedicatedHostId' => [ 'type' => 'string', 'locationName' => 'dedicatedHostId', ], |
| 1377 | + 'cpuTopology' => [ 'shape' => 'CpuTopology', ], |
1376 | 1378 | 'hostIp' => [ 'type' => 'string', 'locationName' => 'hostIp', ], |
1377 | 1379 | 'rack' => [ 'type' => 'string', 'locationName' => 'rack', ], |
1378 | 1380 | 'tor' => [ 'type' => 'string', 'locationName' => 'tor', ], |
|
1864 | 1866 | 'agId' => [ 'type' => 'string', 'locationName' => 'agId', ], |
1865 | 1867 | 'balance' => [ 'type' => 'boolean', 'locationName' => 'balance', ], |
1866 | 1868 | 'clearLocalDisk' => [ 'type' => 'boolean', 'locationName' => 'clearLocalDisk', ], |
| 1869 | + 'isManaged' => [ 'type' => 'boolean', 'locationName' => 'isManaged', ], |
1867 | 1870 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
1868 | 1871 | 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
1869 | 1872 | ], |
|
2121 | 2124 | 'instanceSpec' => [ 'shape' => 'InstanceSpec', ], |
2122 | 2125 | 'maxCount' => [ 'type' => 'integer', 'locationName' => 'maxCount', ], |
2123 | 2126 | 'clientToken' => [ 'type' => 'string', 'locationName' => 'clientToken', ], |
| 2127 | + 'isManaged' => [ 'type' => 'boolean', 'locationName' => 'isManaged', ], |
2124 | 2128 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
2125 | 2129 | ], |
2126 | 2130 | ], |
|
0 commit comments