ksyun-sdk-node 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,9 @@ module.exports = class Client extends BaseClient {
70
70
  'ProjectId': 'Int',
71
71
  'DataDisk': 'Filter',
72
72
  'NetworkInterface': 'Filter',
73
+ 'Userdata': 'String',
74
+ 'SystemDisk.DiskType': 'String',
75
+ 'SystemDisk.DiskSize': 'Int',
73
76
  }
74
77
  },
75
78
  'StartInstances': {
@@ -166,6 +169,8 @@ module.exports = class Client extends BaseClient {
166
169
  'DataDisk': 'Filter',
167
170
  'StopInstance': 'Boolean',
168
171
  'AutoRestart': 'Boolean',
172
+ 'SystemDisk.DiskSize': 'Int',
173
+ 'SystemDisk.ResizeType': 'String',
169
174
  }
170
175
  },
171
176
  'TerminateInstances': {
@@ -236,10 +241,12 @@ module.exports = class Client extends BaseClient {
236
241
  'paramsType': {
237
242
  'InstanceId': 'String',
238
243
  'ImageId': 'String',
239
- 'SystemDisk': 'String',
244
+ 'SystemDisk.DiskSize': 'Int',
240
245
  'InstancePassword': 'String',
241
246
  'KeyId': 'Filter',
242
247
  'KeepImageLogin': 'Boolean',
248
+ 'SystemDisk.DiskType': 'String',
249
+ 'SystemDisk.ResizeType': 'String',
243
250
  }
244
251
  },
245
252
  'CreateImage': {
@@ -422,7 +429,7 @@ module.exports = class Client extends BaseClient {
422
429
  },
423
430
  },
424
431
  'paramsType': {
425
- 'LocalVolumeSnapshotId': 'Array',
432
+ 'LocalVolumeSnapshotId': 'Filter',
426
433
  }
427
434
  },
428
435
  'ModifyDataGuardGroups': {
@@ -624,7 +631,7 @@ module.exports = class Client extends BaseClient {
624
631
  'KeepImageLogin': 'Boolean',
625
632
  'KeyId': 'Filter',
626
633
  'DataDisk': 'Filter',
627
- 'SystemDisk': 'Filter',
634
+ 'SystemDisk.DiskSize': 'String',
628
635
  'AddressBandWidth': 'Int',
629
636
  'BandWidthShareId': 'String',
630
637
  'LineId': 'String',
@@ -634,6 +641,8 @@ module.exports = class Client extends BaseClient {
634
641
  'UserData': 'String',
635
642
  'InstanceNameTimeSuffix': 'Boolean',
636
643
  'Tag': 'Filter',
644
+ 'SystemDisk.DiskType': 'String',
645
+ 'SystemDisk.ResizeType': 'String',
637
646
  }
638
647
  },
639
648
  'DeleteScalingConfiguration': {
@@ -1405,7 +1414,7 @@ module.exports = class Client extends BaseClient {
1405
1414
  'paramsType': {
1406
1415
  'ImageId': 'String',
1407
1416
  'InstanceType': 'String',
1408
- 'SystemDisk': 'String',
1417
+ 'SystemDisk.DiskSize': 'String',
1409
1418
  'DataDiskGb': 'Int',
1410
1419
  'SubnetId': 'String',
1411
1420
  'DataDisk': 'Filter',
@@ -1426,6 +1435,8 @@ module.exports = class Client extends BaseClient {
1426
1435
  'AddressPurchaseTime': 'Int',
1427
1436
  'AddressProjectId': 'String',
1428
1437
  'ModelName': 'String',
1438
+ 'SystemDisk.DiskType': 'String',
1439
+ 'SystemDisk.ResizeType': 'String',
1429
1440
  }
1430
1441
  },
1431
1442
  'TerminateModels': {
@@ -1605,7 +1616,7 @@ module.exports = class Client extends BaseClient {
1605
1616
  'KeepImageLogin': 'Boolean',
1606
1617
  'KeyId': 'Filter',
1607
1618
  'DataDisk': 'Filter',
1608
- 'SystemDisk': 'Filter',
1619
+ 'SystemDisk.DiskSize': 'Int',
1609
1620
  'AddressBandWidth': 'Int',
1610
1621
  'BandWidthShareId': 'String',
1611
1622
  'LineId': 'String',
@@ -1618,6 +1629,8 @@ module.exports = class Client extends BaseClient {
1618
1629
  'LoginSetAfter': 'Boolean',
1619
1630
  'IpBindAfter': 'Boolean',
1620
1631
  'InstanceNameRandom': 'Boolean',
1632
+ 'SystemDisk.DiskType': 'String',
1633
+ 'SystemDisk.ResizeType': 'String',
1621
1634
  }
1622
1635
  },
1623
1636
  'DescribeSpotPriceHistory': {
@@ -1744,59 +1757,48 @@ module.exports = class Client extends BaseClient {
1744
1757
  'InstanceId': 'Filter',
1745
1758
  }
1746
1759
  },
1747
- 'DescribeInstanceKmr': {
1760
+ 'PreMigrateInstance': {
1748
1761
  'url': '/',
1749
1762
  'method': 'GET',
1750
1763
  'config': {
1751
1764
  'query': {
1752
1765
  'Version': '2016-03-04',
1753
- 'Action': 'DescribeInstanceKmr',
1766
+ 'Action': 'PreMigrateInstance',
1754
1767
  },
1755
1768
  'headers': {
1756
- 'Content-Type': 'application/json'
1757
- },
1758
- },
1759
- 'paramsType': {
1760
- }
1761
- },
1762
- 'ValidatedDiskEncrypt': {
1763
- 'url': '/',
1764
- 'method': 'GET',
1765
- 'config': {
1766
- 'query': {
1767
- 'Version': '2016-03-04',
1768
- 'Action': 'ValidatedDiskEncrypt',
1769
- },
1770
- 'headers': {
1771
- 'Content-Type': 'application/json'
1769
+ 'Content-Type': 'application/x-www-form-urlencoded'
1772
1770
  },
1773
1771
  },
1774
1772
  'paramsType': {
1775
- 'AccountId': 'String',
1773
+ 'InstanceId': 'String',
1774
+ 'InstanceType': 'String',
1775
+ 'SystemDiskType': 'String',
1776
+ 'DataDiskType': 'String',
1776
1777
  }
1777
1778
  },
1778
- 'DistributeKmsPermission': {
1779
+ 'CancelPreMigrateInstance': {
1779
1780
  'url': '/',
1780
1781
  'method': 'GET',
1781
1782
  'config': {
1782
1783
  'query': {
1783
1784
  'Version': '2016-03-04',
1784
- 'Action': 'DistributeKmsPermission',
1785
+ 'Action': 'CancelPreMigrateInstance',
1785
1786
  },
1786
1787
  'headers': {
1787
- 'Content-Type': 'application/json'
1788
+ 'Content-Type': 'application/x-www-form-urlencoded'
1788
1789
  },
1789
1790
  },
1790
1791
  'paramsType': {
1792
+ 'InstanceId': 'String',
1791
1793
  }
1792
1794
  },
1793
- 'DescribeEntrySnapshots': {
1795
+ 'DescribeInstanceKmr': {
1794
1796
  'url': '/',
1795
1797
  'method': 'GET',
1796
1798
  'config': {
1797
1799
  'query': {
1798
1800
  'Version': '2016-03-04',
1799
- 'Action': 'DescribeEntrySnapshots',
1801
+ 'Action': 'DescribeInstanceKmr',
1800
1802
  },
1801
1803
  'headers': {
1802
1804
  'Content-Type': 'application/json'