diff options
Diffstat (limited to 'data/foasconsole')
| -rw-r--r-- | data/foasconsole/2019-06-01/api-docs.php | 1183 | ||||
| -rw-r--r-- | data/foasconsole/2021-10-28/api-docs.php | 2341 |
2 files changed, 899 insertions, 2625 deletions
diff --git a/data/foasconsole/2019-06-01/api-docs.php b/data/foasconsole/2019-06-01/api-docs.php index cdaa7c1..5abcdb0 100644 --- a/data/foasconsole/2019-06-01/api-docs.php +++ b/data/foasconsole/2019-06-01/api-docs.php @@ -1,22 +1,13 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'foasconsole', - 'version' => '2019-06-01', - ], + 'info' => ['style' => 'RPC', 'product' => 'foasconsole', 'version' => '2019-06-01'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateNamespace' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -32,51 +23,26 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Namespace' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'Ha' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], 'DeleteNamespace' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -92,31 +58,17 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Namespace' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'ModifyPrepayNamespaceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -132,32 +84,15 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Namespace' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], @@ -166,13 +101,8 @@ ], ], 'DescribeNamespaces' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -188,28 +118,11 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Namespace' => [ - 'type' => 'string', - 'required' => false, - ], - 'PageIndex' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Namespace' => ['type' => 'string', 'required' => false], + 'PageIndex' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'PageSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Tags' => [ 'type' => 'array', 'required' => false, @@ -217,34 +130,20 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'Ha' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], 'CreateInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -260,73 +159,35 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], + 'InstanceName' => ['type' => 'string', 'required' => true], 'ChargeType' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'PRE', - 'POST', - ], - ], - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'ZoneId' => [ - 'type' => 'string', - 'required' => true, - ], - 'VpcId' => [ - 'type' => 'string', - 'required' => true, + 'enum' => ['PRE', 'POST'], ], + 'Region' => ['type' => 'string', 'required' => true], + 'ZoneId' => ['type' => 'string', 'required' => true], + 'VpcId' => ['type' => 'string', 'required' => true], 'VSwitchIds' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => true, - ], + 'items' => ['type' => 'string', 'required' => true], ], 'ResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'PricingCycle' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'AutoRenew' => [ - 'type' => 'boolean', - 'required' => false, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'AutoRenew' => ['type' => 'boolean', 'required' => false], 'Storage' => [ 'type' => 'object', 'required' => true, @@ -335,87 +196,44 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Bucket' => [ - 'type' => 'string', - 'required' => true, - ], + 'Bucket' => ['type' => 'string', 'required' => true], ], ], ], ], - 'UsePromotionCode' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'PromotionCode' => [ - 'type' => 'string', - 'required' => false, - ], - 'ResourceGroupId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Extra' => [ - 'type' => 'string', - 'required' => false, - ], + 'UsePromotionCode' => ['type' => 'boolean', 'required' => false], + 'PromotionCode' => ['type' => 'string', 'required' => false], + 'ResourceGroupId' => ['type' => 'string', 'required' => false], + 'Extra' => ['type' => 'string', 'required' => false], 'ArchitectureType' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'X86', - 'ARM', - ], - ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'HaZoneId' => [ - 'type' => 'string', - 'required' => false, + 'enum' => ['X86', 'ARM'], ], + 'Ha' => ['type' => 'boolean', 'required' => false], + 'HaZoneId' => ['type' => 'string', 'required' => false], 'HaVSwitchIds' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], 'HaResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], - 'MonitorType' => [ - 'type' => 'string', - 'required' => false, - ], + 'MonitorType' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'RenewInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -431,28 +249,13 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => true], 'PricingCycle' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], ], @@ -460,13 +263,8 @@ ], ], 'DeleteInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -482,27 +280,16 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'ModifyPrepayInstanceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -518,60 +305,29 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'HaZoneId' => [ - 'type' => 'string', - 'required' => false, - ], + 'Ha' => ['type' => 'boolean', 'required' => false], + 'HaZoneId' => ['type' => 'string', 'required' => false], 'HaVSwitchIds' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], 'HaResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], @@ -580,13 +336,8 @@ ], ], 'ConvertInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -602,33 +353,15 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], 'PricingCycle' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'IsAutoRenew' => [ - 'type' => 'boolean', - 'required' => true, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'IsAutoRenew' => ['type' => 'boolean', 'required' => true], 'NamespaceResourceSpecs' => [ 'type' => 'array', 'required' => true, @@ -636,24 +369,13 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Namespace' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], @@ -665,13 +387,8 @@ ], ], 'DescribeInstances' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -687,31 +404,14 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'PageIndex' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], + 'PageIndex' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'PageSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'InstanceId' => ['type' => 'string', 'required' => false], + 'Region' => ['type' => 'string', 'required' => true], 'ChargeType' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'PRE', - 'POST', - ], + 'enum' => ['PRE', 'POST'], ], 'Tags' => [ 'type' => 'array', @@ -720,28 +420,16 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], ], - 'ResourceGroupId' => [ - 'type' => 'string', - 'required' => false, - ], + 'ResourceGroupId' => ['type' => 'string', 'required' => false], 'ArchitectureType' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'X86', - 'ARM', - ], + 'enum' => ['X86', 'ARM'], ], ], ], @@ -749,13 +437,8 @@ ], ], 'QueryCreateInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -771,73 +454,35 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => false, - ], + 'InstanceName' => ['type' => 'string', 'required' => false], 'ChargeType' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'PRE', - 'POST', - ], - ], - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'ZoneId' => [ - 'type' => 'string', - 'required' => false, - ], - 'VpcId' => [ - 'type' => 'string', - 'required' => false, + 'enum' => ['PRE', 'POST'], ], + 'Region' => ['type' => 'string', 'required' => true], + 'ZoneId' => ['type' => 'string', 'required' => false], + 'VpcId' => ['type' => 'string', 'required' => false], 'VSwitchIds' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], 'ResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'PricingCycle' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'AutoRenew' => [ - 'type' => 'boolean', - 'required' => false, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'AutoRenew' => ['type' => 'boolean', 'required' => false], 'Storage' => [ 'type' => 'object', 'required' => false, @@ -846,52 +491,26 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Bucket' => [ - 'type' => 'string', - 'required' => false, - ], + 'Bucket' => ['type' => 'string', 'required' => false], ], ], ], ], - 'UsePromotionCode' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'PromotionCode' => [ - 'type' => 'string', - 'required' => false, - ], - 'Extra' => [ - 'type' => 'string', - 'required' => false, - ], + 'UsePromotionCode' => ['type' => 'boolean', 'required' => false], + 'PromotionCode' => ['type' => 'string', 'required' => false], + 'Extra' => ['type' => 'string', 'required' => false], 'ArchitectureType' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'X86', - 'ARM', - ], - ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, + 'enum' => ['X86', 'ARM'], ], + 'Ha' => ['type' => 'boolean', 'required' => false], 'HaResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], @@ -900,13 +519,8 @@ ], ], 'QueryModifyInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -922,60 +536,29 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], - 'Ha' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'HaZoneId' => [ - 'type' => 'string', - 'required' => false, - ], + 'Ha' => ['type' => 'boolean', 'required' => false], + 'HaZoneId' => ['type' => 'string', 'required' => false], 'HaVSwitchIds' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], 'HaResourceSpec' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], @@ -984,13 +567,8 @@ ], ], 'QueryRenewInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1006,28 +584,13 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => true], 'PricingCycle' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], ], @@ -1035,13 +598,8 @@ ], ], 'QueryConvertInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1057,33 +615,15 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], 'PricingCycle' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], - 'Duration' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'IsAutoRenew' => [ - 'type' => 'boolean', - 'required' => true, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], + 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'IsAutoRenew' => ['type' => 'boolean', 'required' => true], 'NamespaceResourceSpecs' => [ 'type' => 'array', 'required' => true, @@ -1091,24 +631,13 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Namespace' => ['type' => 'string', 'required' => true], 'ResourceSpec' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], @@ -1120,13 +649,8 @@ ], ], 'DescribeSupportedZones' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1137,29 +661,18 @@ [ 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ArchitectureType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeSupportedRegions' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1169,14 +682,8 @@ 'parameters' => [], ], 'ListTagResources' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1187,26 +694,17 @@ [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceId', @@ -1215,10 +713,7 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 51, ], ], @@ -1233,14 +728,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 21, @@ -1249,14 +738,8 @@ ], ], 'UntagResources' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1267,26 +750,17 @@ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'All', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ResourceId', @@ -1295,10 +769,7 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 51, ], ], @@ -1309,24 +780,15 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 21, ], ], ], ], 'TagResources' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1336,18 +798,12 @@ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceId', @@ -1356,10 +812,7 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 51, ], ], @@ -1374,14 +827,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 21, @@ -1390,13 +837,8 @@ ], ], 'ConvertPrepayInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1412,27 +854,16 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'QueryConvertPrepayInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1448,28 +879,16 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Region' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceId' => [ - 'type' => 'string', - 'required' => true, - ], + 'Region' => ['type' => 'string', 'required' => true], + 'InstanceId' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'ChangeResourceGroup' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1480,230 +899,40 @@ [ 'name' => 'ResourceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceRegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'foasconsole.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'foasconsole.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'foasconsole.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'foasconsole.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'foasconsole.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'foasconsole.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'foasconsole.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'foasconsole.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'foasconsole.cn-shanghai-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'foasconsole.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote-nebula-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'foasconsole.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'foasconsole.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'foasconsole.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'foasconsole.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'foasconsole.cn-shenzhen-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'foasconsole.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'foasconsole.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'foasconsole.ap-southeast-1.aliyuncs.com', - ], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'foasconsole.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'cn-wulanchabu', 'endpoint' => 'foasconsole.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'foasconsole.cn-beijing.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'foasconsole.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'foasconsole.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'foasconsole.cn-hongkong.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'foasconsole.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'foasconsole.ap-southeast-3.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'foasconsole.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'foasconsole.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'foasconsole.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'foasconsole.us-west-1.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'foasconsole.us-east-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'foasconsole.eu-central-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'foasconsole.eu-west-1.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'foasconsole.cn-shanghai-finance-1.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'foasconsole.cn-shenzhen-finance-1.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'foasconsole.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'foasconsole.cn-qingdao.aliyuncs.com'], ], ]; diff --git a/data/foasconsole/2021-10-28/api-docs.php b/data/foasconsole/2021-10-28/api-docs.php index 69c6b92..282d4ab 100644 --- a/data/foasconsole/2021-10-28/api-docs.php +++ b/data/foasconsole/2021-10-28/api-docs.php @@ -1,311 +1,89 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'foasconsole', - 'version' => '2021-10-28', - ], + 'info' => ['style' => 'RPC', 'product' => 'foasconsole', 'version' => '2021-10-28'], 'components' => [ 'schemas' => [ 'ClusterStage' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'CurrentStage' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Status' => [ - 'type' => 'string', - ], + 'Message' => ['type' => 'string'], + 'CurrentStage' => ['type' => 'integer', 'format' => 'int32'], + 'Status' => ['type' => 'string'], 'TotalStageWithWeight' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/StageWithWeight', - ], + 'items' => ['$ref' => '#/components/schemas/StageWithWeight'], ], ], ], 'ClusterState' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'SubStatus' => [ - 'type' => 'string', - ], - 'ClusterStage' => [ - '$ref' => '#/components/schemas/ClusterStage', - ], + 'Status' => ['type' => 'string'], + 'SubStatus' => ['type' => 'string'], + 'ClusterStage' => ['$ref' => '#/components/schemas/ClusterStage'], ], ], 'FlussInstance' => [ 'type' => 'object', 'properties' => [ - 'RegionId' => [ - 'type' => 'string', - ], - 'InstanceId' => [ - 'type' => 'string', - ], - 'InstanceName' => [ - 'type' => 'string', - ], - 'Uid' => [ - 'type' => 'string', - ], - 'VpcId' => [ - 'type' => 'string', - ], - 'OrderState' => [ - 'type' => 'string', - ], - 'ConsoleUrl' => [ - 'type' => 'string', - ], - 'TabletServerModel' => [ - 'type' => 'string', - ], - 'TabletServerNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TabletServerType' => [ - 'type' => 'string', - ], - 'DiskSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ResourceCreateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ResourceExpiredTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ClusterStatus' => [ - 'type' => 'string', - ], + 'RegionId' => ['type' => 'string'], + 'InstanceId' => ['type' => 'string'], + 'InstanceName' => ['type' => 'string'], + 'Uid' => ['type' => 'string'], + 'VpcId' => ['type' => 'string'], + 'OrderState' => ['type' => 'string'], + 'ConsoleUrl' => ['type' => 'string'], + 'TabletServerModel' => ['type' => 'string'], + 'TabletServerNum' => ['type' => 'integer', 'format' => 'int64'], + 'TabletServerType' => ['type' => 'string'], + 'DiskSize' => ['type' => 'integer', 'format' => 'int64'], + 'ResourceCreateTime' => ['type' => 'integer', 'format' => 'int64'], + 'ResourceExpiredTime' => ['type' => 'integer', 'format' => 'int64'], + 'ClusterStatus' => ['type' => 'string'], + 'ClusterState' => ['$ref' => '#/components/schemas/ClusterState'], 'VSwitches' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/FlussVswitch', - ], - ], - 'ClusterState' => [ - '$ref' => '#/components/schemas/ClusterState', + 'items' => ['$ref' => '#/components/schemas/FlussVswitch'], ], + 'TieringPreCu' => ['type' => 'integer', 'format' => 'int64'], + 'TieringPostCu' => ['type' => 'integer', 'format' => 'int64'], + 'Ha' => ['type' => 'boolean'], + ], + ], + 'FlussResourceSpec' => [ + 'type' => 'object', + 'properties' => [ + 'SlaveModel' => ['type' => 'string'], + 'SlaveNum' => ['type' => 'integer', 'format' => 'int64'], + 'DiskSizeInGB' => ['type' => 'integer', 'format' => 'int64'], + 'TieringPreCu' => ['type' => 'integer', 'format' => 'int64'], + 'TieringPostCu' => ['type' => 'integer', 'format' => 'int64'], ], ], 'FlussVswitch' => [ 'type' => 'object', 'properties' => [ - 'ZoneId' => [ - 'type' => 'string', - ], + 'ZoneId' => ['type' => 'string'], 'VSwitchIds' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], 'StageWithWeight' => [ 'type' => 'object', 'properties' => [ - 'StepIndex' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StepName' => [ - 'type' => 'string', - ], - 'Weight' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'StepIndex' => ['type' => 'integer', 'format' => 'int32'], + 'StepName' => ['type' => 'string'], + 'Weight' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], 'apis' => [ - 'ModifyInstanceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - ], - ], - [ - 'name' => 'Ha', - 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'HaVSwitchIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - [ - 'name' => 'HaResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], - ], - [ - 'name' => 'UsePromotionCode', - 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'PromotionCode', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'ModifyElasticResourceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - ], - ], - ], - ], 'ConvertHybridInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -316,18 +94,12 @@ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceSpec', @@ -337,165 +109,16 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - ], - ], - ], - ], - 'QueryConvertPrepayInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'ModifyPrepayInstanceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => true, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - ], - ], - [ - 'name' => 'Ha', - 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'HaZoneId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'HaVSwitchIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - [ - 'name' => 'HaResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], ], ], - 'QueryConvertInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ConvertInstance' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -506,43 +129,27 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PricingCycle', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Duration', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'IsAutoRenew', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => true], ], [ 'name' => 'NamespaceResourceSpecs', @@ -559,22 +166,11 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Namespace' => ['type' => 'string', 'required' => true], ], ], ], @@ -582,29 +178,40 @@ [ 'name' => 'UsePromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean'], ], [ 'name' => 'PromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'QueryCreateInstancePrice' => [ - 'methods' => [ - 'post', + 'ConvertPrepayInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Region', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'InstanceId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'CreateInstance' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -615,10 +222,7 @@ [ 'name' => 'InstanceName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChargeType', @@ -626,27 +230,18 @@ 'schema' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'PRE', - 'POST', - ], + 'enum' => ['PRE', 'POST'], ], ], [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VpcId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VSwitchIds', @@ -654,11 +249,8 @@ 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'required' => true, + 'items' => ['type' => 'string', 'required' => true], ], ], [ @@ -669,16 +261,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], @@ -688,30 +272,18 @@ 'schema' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], [ 'name' => 'Duration', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AutoRenew', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Storage', @@ -719,59 +291,57 @@ 'style' => 'json', 'schema' => [ 'type' => 'object', - 'required' => false, + 'required' => true, 'properties' => [ 'Oss' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Bucket' => [ - 'type' => 'string', - 'required' => false, - ], + 'Bucket' => ['type' => 'string', 'required' => false], ], ], + 'FullyManaged' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'UsePromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ResourceGroupId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Extra', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ArchitectureType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Ha', 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'HaVSwitchIds', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ @@ -782,29 +352,38 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + ], + [ + 'name' => 'MonitorType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Tag', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Value' => ['type' => 'string', 'required' => false], + 'Key' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], - 'QueryModifyInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateNamespace' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -815,18 +394,17 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Namespace', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceSpec', @@ -834,89 +412,45 @@ 'style' => 'json', 'schema' => [ 'type' => 'object', - 'required' => true, + 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'Ha', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'HaVSwitchIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'DeleteInstance' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'HaResourceSpec', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UsePromotionCode', + 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PromotionCode', + 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QueryRenewInstancePrice' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteNamespace' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -927,68 +461,106 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Duration', + 'name' => 'Namespace', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DescribeInstances' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'PricingCycle', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UsePromotionCode', - 'in' => 'formData', + 'name' => 'PageIndex', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'InstanceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Region', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ChargeType', + 'in' => 'query', 'schema' => [ - 'type' => 'boolean', + 'type' => 'string', 'required' => false, + 'enum' => ['PRE', 'POST'], ], ], [ - 'name' => 'PromotionCode', - 'in' => 'formData', + 'name' => 'Elastic', + 'in' => 'query', + 'schema' => ['type' => 'boolean'], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Value' => ['type' => 'string', 'required' => false], + 'Key' => ['type' => 'string', 'required' => false], + ], + ], ], ], + [ + 'name' => 'ResourceGroupId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ArchitectureType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'InstanceName', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], + [ + 'name' => 'NamespaceName', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], ], ], - 'DescribeSupportedZones' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeNamespaces' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -999,29 +571,55 @@ [ 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ArchitectureType', + 'name' => 'InstanceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Namespace', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Tags', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Value' => ['type' => 'string', 'required' => false], + 'Key' => ['type' => 'string', 'required' => false], + ], + ], ], ], + [ + 'name' => 'PageIndex', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'Ha', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], ], ], 'DescribeSupportedRegions' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1030,14 +628,9 @@ 'deprecated' => false, 'parameters' => [], ], - 'CreateInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeSupportedZones' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1046,178 +639,145 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Region', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChargeType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'PRE', - 'POST', - ], - ], + 'name' => 'ArchitectureType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'ListTagResources' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'VpcId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'VSwitchIds', - 'in' => 'formData', - 'style' => 'json', + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ResourceId', + 'in' => 'query', + 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => true, - ], + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + 'maxItems' => 51, ], ], [ - 'name' => 'ResourceSpec', - 'in' => 'formData', - 'style' => 'json', + 'name' => 'Tag', + 'in' => 'query', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'object', + 'type' => 'array', 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], + 'maxItems' => 21, ], ], + ], + ], + 'ModifyElasticResourceSpec' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PricingCycle', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', - ], - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Duration', + 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AutoRenew', + 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Storage', + 'name' => 'ResourceSpec', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ - 'Oss' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Bucket' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'FullyManaged' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], + ], + ], + 'ModifyInstanceSpec' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'UsePromotionCode', - 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'PromotionCode', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'ResourceGroupId', + 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Extra', + 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ArchitectureType', + 'name' => 'ResourceSpec', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], ], ], [ 'name' => 'Ha', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'HaVSwitchIds', @@ -1226,10 +786,7 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ @@ -1240,60 +797,63 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ - 'name' => 'MonitorType', + 'name' => 'UsePromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'PromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'ModifyInstanceVswitch' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => true, + 'parameters' => [ + [ + 'name' => 'InstanceId', 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'VSwitchIds', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'Tag', + 'name' => 'HaVSwitchIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'RenewInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ModifyNamespaceSpecV2' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1304,227 +864,162 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Duration', + 'name' => 'Namespace', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PricingCycle', + 'name' => 'GuaranteedResourceSpec', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'Year', - 'Month', - 'Day', - 'Hour', + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], [ - 'name' => 'UsePromotionCode', + 'name' => 'ElasticResourceSpec', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], ], ], [ - 'name' => 'PromotionCode', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Ha', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => true], ], ], ], - 'DescribeInstances' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ModifyPrepayInstanceSpec' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, + 'deprecated' => true, 'parameters' => [ [ - 'name' => 'PageIndex', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'Region', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Region', - 'in' => 'query', + 'name' => 'ResourceSpec', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], ], ], [ - 'name' => 'ChargeType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'PRE', - 'POST', - ], - ], + 'name' => 'Ha', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Elastic', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'HaZoneId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tags', - 'in' => 'query', + 'name' => 'HaVSwitchIds', + 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - ], - [ - 'name' => 'ResourceGroupId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ArchitectureType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'InstanceName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'NamespaceName', - 'in' => 'query', + 'name' => 'HaResourceSpec', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], ], ], - 'DeleteInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ModifyPrepayNamespaceSpec' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, + 'deprecated' => true, 'parameters' => [ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Namespace', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ResourceSpec', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], ], ], ], ], - 'ConvertInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryConvertInstancePrice' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1535,43 +1030,27 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PricingCycle', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Duration', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'IsAutoRenew', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => true], ], [ 'name' => 'NamespaceResourceSpecs', @@ -1588,22 +1067,11 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], - 'Namespace' => [ - 'type' => 'string', - 'required' => true, - ], + 'Namespace' => ['type' => 'string', 'required' => true], ], ], ], @@ -1611,28 +1079,18 @@ [ 'name' => 'UsePromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean'], ], [ 'name' => 'PromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'ModifyNamespaceSpecV2' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryConvertPrepayInstancePrice' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1643,207 +1101,168 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'QueryCreateInstancePrice' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Namespace', + 'name' => 'InstanceName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ChargeType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => ['PRE', 'POST'], ], ], [ - 'name' => 'GuaranteedResourceSpec', + 'name' => 'Region', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'VpcId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'VSwitchIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ - 'type' => 'object', + 'type' => 'array', 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'ElasticResourceSpec', + 'name' => 'ResourceSpec', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ - 'name' => 'Ha', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], - ], - ], - ], - 'DescribeNamespaces' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'query', + 'name' => 'PricingCycle', + 'in' => 'formData', 'schema' => [ 'type' => 'string', - 'required' => true, + 'required' => false, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], [ - 'name' => 'InstanceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Duration', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Namespace', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'AutoRenew', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Tags', - 'in' => 'query', + 'name' => 'Storage', + 'in' => 'formData', 'style' => 'json', 'schema' => [ - 'type' => 'array', + 'type' => 'object', 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - 'Key' => [ - 'type' => 'string', - 'required' => false, + 'properties' => [ + 'Oss' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Bucket' => ['type' => 'string', 'required' => false], ], ], ], ], ], [ - 'name' => 'PageIndex', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'UsePromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'PromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Extra', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ArchitectureType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Ha', - 'in' => 'query', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'HaResourceSpec', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], ], ], - 'ModifyPrepayNamespaceSpec' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryModifyInstancePrice' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => true, + 'deprecated' => false, 'parameters' => [ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Namespace', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceSpec', @@ -1853,70 +1272,54 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], - ], - ], - 'DeleteNamespace' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Ha', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Region', + 'name' => 'HaVSwitchIds', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'InstanceId', + 'name' => 'HaResourceSpec', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Cpu' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'MemoryGB' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], [ - 'name' => 'Namespace', + 'name' => 'UsePromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'PromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateNamespace' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryRenewInstancePrice' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1927,67 +1330,42 @@ [ 'name' => 'Region', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InstanceId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Namespace', + 'name' => 'Duration', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], + [ + 'name' => 'PricingCycle', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], [ - 'name' => 'ResourceSpec', + 'name' => 'UsePromotionCode', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Cpu' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'MemoryGB' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'boolean'], ], [ - 'name' => 'Ha', + 'name' => 'PromotionCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'ListTagResources' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RenewInstance' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1996,78 +1374,44 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Region', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'RegionId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'InstanceId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ResourceType', - 'in' => 'query', + 'name' => 'Duration', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], + [ + 'name' => 'PricingCycle', + 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => ['Year', 'Month', 'Day', 'Hour'], ], ], [ - 'name' => 'ResourceId', - 'in' => 'query', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - 'maxItems' => 51, - ], + 'name' => 'UsePromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'boolean'], ], [ - 'name' => 'Tag', - 'in' => 'query', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'maxItems' => 21, - ], + 'name' => 'PromotionCode', + 'in' => 'formData', + 'schema' => ['type' => 'string'], ], ], ], 'TagResources' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2077,18 +1421,12 @@ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceId', @@ -2097,10 +1435,7 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 51, ], ], @@ -2115,14 +1450,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], + 'Value' => ['type' => 'string', 'required' => false], + 'Key' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 21, @@ -2131,14 +1460,8 @@ ], ], 'UntagResources' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2149,26 +1472,17 @@ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'All', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ResourceId', @@ -2177,10 +1491,7 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 51, ], ], @@ -2191,298 +1502,32 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 21, ], ], ], ], - 'ConvertPrepayInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Region', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'ModifyInstanceVswitch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => true, - 'parameters' => [ - [ - 'name' => 'InstanceId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'VSwitchIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - [ - 'name' => 'HaVSwitchIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'foasconsole.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'foasconsole.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'foasconsole.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'foasconsole.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'foasconsole.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'foasconsole.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'foasconsole.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'foasconsole.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'foasconsole.cn-shanghai-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'foasconsole.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote-nebula-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'foasconsole.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'foasconsole.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'foasconsole.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'foasconsole.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'foasconsole.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'foasconsole.cn-shenzhen-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'foasconsole.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'foasconsole.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'foasconsole.ap-southeast-1.aliyuncs.com', - ], + ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-qingdao.aliyuncs.com', 'endpoint' => 'foasconsole.cn-qingdao.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'foasconsole.cn-wulanchabu.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-beijing.aliyuncs.com', 'endpoint' => 'foasconsole.cn-beijing.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-shanghai.aliyuncs.com', 'endpoint' => 'foasconsole.cn-shanghai.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-hongkong.aliyuncs.com', 'endpoint' => 'foasconsole.cn-hongkong.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-hongkong.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'foasconsole.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-shenzhen.aliyuncs.com', 'endpoint' => 'foasconsole.cn-shenzhen.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.ap-northeast-1.aliyuncs.com', 'endpoint' => 'foasconsole.ap-northeast-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.ap-southeast-1.aliyuncs.com', 'endpoint' => 'foasconsole.ap-southeast-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.ap-southeast-3.aliyuncs.com', 'endpoint' => 'foasconsole.ap-southeast-3.aliyuncs.com', 'vpc' => 'foasconsole-vpc.ap-southeast-3.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.ap-southeast-5.aliyuncs.com', 'endpoint' => 'foasconsole.ap-southeast-5.aliyuncs.com', 'vpc' => 'foasconsole-vpc.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'foasconsole.cn-hangzhou.aliyuncs.com', 'endpoint' => 'foasconsole.cn-hangzhou.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'foasconsole.us-east-1.aliyuncs.com', 'endpoint' => 'foasconsole.us-east-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.us-east-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'foasconsole.eu-west-1.aliyuncs.com', 'endpoint' => 'foasconsole.eu-west-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.eu-west-1.aliyuncs.com'], + ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'foasconsole.us-west-1.aliyuncs.com', 'endpoint' => 'foasconsole.us-west-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.us-west-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'foasconsole.eu-central-1.aliyuncs.com', 'endpoint' => 'foasconsole.eu-central-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.eu-central-1.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => '华南1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'foasconsole.cn-shenzhen-finance-1.aliyuncs.com', 'endpoint' => 'foasconsole.cn-shenzhen-finance-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-shenzhen-finance-1.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'foasconsole.cn-shanghai-finance-1.aliyuncs.com', 'endpoint' => 'foasconsole.cn-shanghai-finance-1.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-shanghai-finance-1.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'regionName' => '北京政务云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'foasconsole.aliyuncs.com', 'endpoint' => 'foasconsole.aliyuncs.com', 'vpc' => 'foasconsole-vpc.cn-north-2-gov-1.aliyuncs.com'], ], ]; |
