diff options
Diffstat (limited to 'data/tablestore/2020-12-09')
| -rw-r--r-- | data/tablestore/2020-12-09/api-docs.php | 1396 |
1 files changed, 638 insertions, 758 deletions
diff --git a/data/tablestore/2020-12-09/api-docs.php b/data/tablestore/2020-12-09/api-docs.php index 501ec19..c784550 100644 --- a/data/tablestore/2020-12-09/api-docs.php +++ b/data/tablestore/2020-12-09/api-docs.php @@ -1,34 +1,81 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'ROA', - 'product' => 'Tablestore', - 'version' => '2020-12-09', - ], + 'info' => ['style' => 'ROA', 'product' => 'Tablestore', 'version' => '2020-12-09'], 'components' => [ 'schemas' => [], ], 'apis' => [ - 'CreateInstance' => [ - 'path' => '/v2/openapi/createinstance', - 'methods' => [ - 'post', + 'BindAgentStorage2Vpc' => [ + 'path' => '/v2/openapi/bindagentstorage2vpc', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'VpcId' => ['type' => 'string', 'required' => true], + 'VirtualSwitchId' => ['type' => 'string', 'required' => true], + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'AgentStorageVpcName' => ['type' => 'string', 'required' => true], + ], + ], + ], ], + ], + 'BindInstance2Vpc' => [ + 'path' => '/v2/openapi/bindinstance2vpc', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'VpcId' => ['type' => 'string', 'required' => true], + 'VirtualSwitchId' => ['type' => 'string', 'required' => true], + 'InstanceName' => ['type' => 'string', 'required' => true], + 'InstanceVpcName' => ['type' => 'string', 'required' => true], + ], + ], + ], ], - 'produces' => [ - 'application/json', + ], + 'ChangeResourceGroup' => [ + 'path' => '/v2/openapi/changeresourcegroup', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -39,47 +86,159 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], - 'ClusterType' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceDescription' => [ - 'type' => 'string', - 'required' => false, - ], - 'ResourceGroupId' => [ - 'type' => 'string', + 'ResourceId' => ['type' => 'string', 'required' => true], + 'NewResourceGroupId' => ['type' => 'string', 'required' => true], + ], + ], + ], + ], + ], + 'CheckAgentStoragePolicy' => [ + 'path' => '/v2/openapi/checkagentstoragepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'Policy' => ['type' => 'string', 'required' => true], + ], + ], + ], + ], + ], + 'CheckInstancePolicy' => [ + 'path' => '/v2/openapi/checkinstancepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'InstanceName' => ['type' => 'string', 'required' => true], + 'Policy' => ['type' => 'string', 'required' => true], + ], + ], + ], + ], + ], + 'CreateAgentStorage' => [ + 'path' => '/v2/openapi/createagentstorage', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'AgentStorageDescription' => ['type' => 'string', 'required' => false], + 'ResourceGroupId' => ['type' => 'string', 'required' => false], + 'Network' => ['type' => 'string', 'required' => false], + 'NetworkTypeACL' => [ + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], - 'Network' => [ - 'type' => 'string', + 'NetworkSourceACL' => [ + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], - 'NetworkTypeACL' => [ + 'Policy' => ['type' => 'string', 'required' => false, 'maxLength' => 4000], + 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => true], + 'Value' => ['type' => 'string', 'required' => true], + ], ], ], - 'NetworkSourceACL' => [ + ], + ], + ], + ], + ], + 'CreateInstance' => [ + 'path' => '/v2/openapi/createinstance', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'InstanceName' => ['type' => 'string', 'required' => true], + 'ClusterType' => ['type' => 'string', 'required' => true], + 'InstanceDescription' => ['type' => 'string', 'required' => false], + 'ResourceGroupId' => ['type' => 'string', 'required' => false], + 'Network' => ['type' => 'string', 'required' => false], + 'NetworkTypeACL' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], - 'Policy' => [ - 'type' => 'string', + 'NetworkSourceACL' => [ + 'type' => 'array', 'required' => false, - 'maxLength' => 4000, + 'items' => ['type' => 'string', 'required' => false], ], + 'Policy' => ['type' => 'string', 'required' => false, 'maxLength' => 4000], 'Tags' => [ 'type' => 'array', 'required' => false, @@ -87,22 +246,12 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => true, - ], - 'Value' => [ - 'type' => 'string', - 'required' => true, - ], + 'Key' => ['type' => 'string', 'required' => true], + 'Value' => ['type' => 'string', 'required' => true], ], ], ], - 'DisableReplication' => [ - 'type' => 'boolean', - 'deprecated' => true, - 'required' => false, - ], + 'DisableReplication' => ['type' => 'boolean', 'deprecated' => true, 'required' => false], ], ], ], @@ -110,24 +259,15 @@ ], 'CreateVCUInstance' => [ 'path' => '/v2/openapi/createvcuinstance', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -138,36 +278,12 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'ClusterType' => [ - 'type' => 'string', - 'required' => true, - ], - 'VCU' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'minimum' => '0', - 'maximum' => '2000', - ], - 'PeriodInMonth' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'minimum' => '1', - 'maximum' => '24', - ], - 'EnableElasticVCU' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'AliasName' => [ - 'type' => 'string', - 'required' => false, - ], - 'InstanceDescription' => [ - 'type' => 'string', - 'required' => false, - ], + 'ClusterType' => ['type' => 'string', 'required' => true], + 'VCU' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '0', 'maximum' => '2000'], + 'PeriodInMonth' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '1', 'maximum' => '24'], + 'EnableElasticVCU' => ['type' => 'boolean', 'required' => false], + 'AliasName' => ['type' => 'string', 'required' => false], + 'InstanceDescription' => ['type' => 'string', 'required' => false], 'Tags' => [ 'type' => 'array', 'required' => false, @@ -175,62 +291,31 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => true, - ], - 'Value' => [ - 'type' => 'string', - 'required' => true, - ], + 'Key' => ['type' => 'string', 'required' => true], + 'Value' => ['type' => 'string', 'required' => true], ], ], ], - 'ResourceGroupId' => [ - 'type' => 'string', - 'required' => false, - ], - 'EnableAutoRenew' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'AutoRenewPeriodInMonth' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '24', - ], - 'DryRun' => [ - 'type' => 'boolean', - 'deprecated' => false, - 'required' => false, - ], + 'ResourceGroupId' => ['type' => 'string', 'required' => false], + 'EnableAutoRenew' => ['type' => 'boolean', 'required' => false], + 'AutoRenewPeriodInMonth' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '24'], + 'DryRun' => ['type' => 'boolean', 'deprecated' => false, 'required' => false], ], ], ], ], ], - 'DeleteInstance' => [ - 'path' => '/v2/openapi/deleteinstance', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteAgentStorage' => [ + 'path' => '/v2/openapi/deleteagentstorage', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -241,95 +326,78 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], + 'AgentStorageName' => ['type' => 'string', 'required' => true], ], ], ], ], ], - 'DeleteVCUInstance' => [ - 'path' => '/v2/openapi/deletevcuinstance', - 'methods' => [ - 'delete', - ], - 'schemes' => [ - 'https', - ], + 'DeleteAgentStoragePolicy' => [ + 'path' => '/v2/openapi/deleteagentstoragepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceName', - 'in' => 'query', + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'PolicyVersion' => ['type' => 'integer', 'format' => 'int64', 'required' => true], + ], ], ], ], ], - 'GetInstance' => [ - 'path' => '/v2/openapi/getinstance', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteInstance' => [ + 'path' => '/v2/openapi/deleteinstance', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceName', - 'in' => 'query', + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'InstanceName' => ['type' => 'string', 'required' => true], + ], ], ], ], ], - 'UpdateInstance' => [ - 'path' => '/v2/openapi/updateinstance', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteInstancePolicy' => [ + 'path' => '/v2/openapi/deleteinstancepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -340,114 +408,134 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], - 'AliasName' => [ - 'type' => 'string', - 'required' => false, - ], - 'InstanceDescription' => [ - 'type' => 'string', - 'required' => false, - ], - 'Network' => [ - 'type' => 'string', - 'required' => false, - ], - 'NetworkTypeACL' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'NetworkSourceACL' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'InstanceName' => ['type' => 'string', 'required' => true], + 'PolicyVersion' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], ], ], - 'ListInstances' => [ - 'path' => '/v2/openapi/listinstances', - 'methods' => [ - 'get', + 'DeleteVCUInstance' => [ + 'path' => '/v2/openapi/deletevcuinstance', + 'methods' => ['delete'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'InstanceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'DescribeRegions' => [ + 'path' => '/region/DescribeRegions', + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'produces' => [ - 'application/json', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'GetAgentStorage' => [ + 'path' => '/v2/openapi/getagentstorage', + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AgentStorageName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'GetInstance' => [ + 'path' => '/v2/openapi/getinstance', + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'InstanceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'ListAgentStorages' => [ + 'path' => '/v2/openapi/listagentstorages', + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InstanceName', + 'name' => 'AgentStorageName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InstanceNameList', + 'name' => 'AgentStorageNameList', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ @@ -461,57 +549,87 @@ '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], ], ], ], ], ], ], - 'ChangeResourceGroup' => [ - 'path' => '/v2/openapi/changeresourcegroup', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListClusterType' => [ + 'path' => '/v2/openapi/listclustertype', + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [], + ], + 'ListInstances' => [ + 'path' => '/v2/openapi/listinstances', + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'body', - 'in' => 'body', + 'name' => 'Status', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'InstanceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ResourceGroupId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'InstanceNameList', + 'in' => 'query', + 'style' => 'simple', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + ], + [ + 'name' => 'Tag', + 'in' => 'query', 'style' => 'json', 'schema' => [ - 'type' => 'object', + 'type' => 'array', 'required' => false, - 'properties' => [ - 'ResourceId' => [ - 'type' => 'string', - 'required' => true, - ], - 'NewResourceGroupId' => [ - 'type' => 'string', - 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], ], ], ], @@ -520,13 +638,8 @@ ], 'ListTagResources' => [ 'path' => '/v2/openapi/listtagresources', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -537,19 +650,12 @@ [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceIds', @@ -558,10 +664,7 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ @@ -575,14 +678,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], ], ], ], @@ -590,33 +687,108 @@ [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'TagResources' => [ - 'path' => '/v2/openapi/tagresources', - 'methods' => [ - 'post', + 'ListVpcInfoByAgentStorage' => [ + 'path' => '/v2/openapi/listvpcinfobyagentstorage', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AgentStorageName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], ], + ], + 'ListVpcInfoByInstance' => [ + 'path' => '/v2/openapi/listvpcinfobyinstance', + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'InstanceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], ], - 'produces' => [ - 'application/json', + ], + 'ListVpcInfoByVpc' => [ + 'path' => '/v2/openapi/listvpcinfobyvpc', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'VpcId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'TagResources' => [ + 'path' => '/v2/openapi/tagresources', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -627,17 +799,11 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'ResourceType' => [ - 'type' => 'string', - 'required' => true, - ], + 'ResourceType' => ['type' => 'string', 'required' => true], 'ResourceIds' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => true, - ], + 'items' => ['type' => 'string', 'required' => true], ], 'Tags' => [ 'type' => 'array', @@ -646,14 +812,8 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => true, - ], - 'Value' => [ - 'type' => 'string', - 'required' => true, - ], + 'Key' => ['type' => 'string', 'required' => true], + 'Value' => ['type' => 'string', 'required' => true], ], ], ], @@ -662,20 +822,17 @@ ], ], ], - 'UntagResources' => [ - 'path' => '/v2/openapi/untagresources', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UnbindAgentStorage2Vpc' => [ + 'path' => '/v2/openapi/unbindagentstorage2vpc', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -686,55 +843,24 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'ResourceType' => [ - 'type' => 'string', - 'required' => false, - ], - 'ResourceIds' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'TagKeys' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'All' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'AgentStorageVpcName' => ['type' => 'string', 'required' => true], ], ], ], ], ], - 'UpdateInstancePolicy' => [ - 'path' => '/v2/openapi/updateinstancepolicy', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UnbindInstance2Vpc' => [ + 'path' => '/v2/openapi/unbindinstance2vpc', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -745,44 +871,22 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], - 'Policy' => [ - 'type' => 'string', - 'required' => true, - ], - 'PolicyVersion' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'InstanceName' => ['type' => 'string', 'required' => true], + 'InstanceVpcName' => ['type' => 'string', 'required' => true], ], ], ], ], ], - 'DeleteInstancePolicy' => [ - 'path' => '/v2/openapi/deleteinstancepolicy', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UntagResources' => [ + 'path' => '/v2/openapi/untagresources', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ @@ -793,40 +897,34 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, + 'ResourceType' => ['type' => 'string', 'required' => false], + 'ResourceIds' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], - 'PolicyVersion' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, + 'TagKeys' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], + 'All' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], - 'CheckInstancePolicy' => [ - 'path' => '/v2/openapi/checkinstancepolicy', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateAgentStorage' => [ + 'path' => '/v2/openapi/updateagentstorage', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -837,83 +935,36 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'AliasName' => ['type' => 'string', 'required' => false], + 'AgentStorageDescription' => ['type' => 'string', 'required' => false], + 'Network' => ['type' => 'string', 'required' => false], + 'NetworkTypeACL' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], - 'Policy' => [ - 'type' => 'string', - 'required' => true, + 'NetworkSourceACL' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], - 'DescribeRegions' => [ - 'path' => '/region/DescribeRegions', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'ClientToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'ListClusterType' => [ - 'path' => '/v2/openapi/listclustertype', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'produces' => [ - 'application/json', - ], - 'deprecated' => false, - 'parameters' => [], - ], - 'UpdateInstanceElasticVCUUpperLimit' => [ - 'path' => '/v2/openapi/updateinstanceelasticvcuupperlimit', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateAgentStoragePolicy' => [ + 'path' => '/v2/openapi/updateagentstoragepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -924,39 +975,25 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], - 'ElasticVCUUpperLimit' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => true, - ], + 'AgentStorageName' => ['type' => 'string', 'required' => true], + 'Policy' => ['type' => 'string', 'required' => true], + 'PolicyVersion' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], ], ], - 'BindInstance2Vpc' => [ - 'path' => '/v2/openapi/bindinstance2vpc', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateInstance' => [ + 'path' => '/v2/openapi/updateinstance', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -967,138 +1004,64 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'VpcId' => [ - 'type' => 'string', - 'required' => true, - ], - 'VirtualSwitchId' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, + 'InstanceName' => ['type' => 'string', 'required' => true], + 'AliasName' => ['type' => 'string', 'required' => false], + 'InstanceDescription' => ['type' => 'string', 'required' => false], + 'Network' => ['type' => 'string', 'required' => false], + 'NetworkTypeACL' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], - 'InstanceVpcName' => [ - 'type' => 'string', - 'required' => true, + 'NetworkSourceACL' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], - 'ListVpcInfoByInstance' => [ - 'path' => '/v2/openapi/listvpcinfobyinstance', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'produces' => [ - 'application/json', - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'InstanceName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], - ], - 'ListVpcInfoByVpc' => [ - 'path' => '/v2/openapi/listvpcinfobyvpc', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UpdateInstanceElasticVCUUpperLimit' => [ + 'path' => '/v2/openapi/updateinstanceelasticvcuupperlimit', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VpcId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'InstanceName' => ['type' => 'string', 'required' => true], + 'ElasticVCUUpperLimit' => ['type' => 'number', 'format' => 'float', 'required' => true], + ], ], ], ], ], - 'UnbindInstance2Vpc' => [ - 'path' => '/v2/openapi/unbindinstance2vpc', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateInstancePolicy' => [ + 'path' => '/v2/openapi/updateinstancepolicy', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ @@ -1109,14 +1072,9 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'InstanceName' => [ - 'type' => 'string', - 'required' => true, - ], - 'InstanceVpcName' => [ - 'type' => 'string', - 'required' => true, - ], + 'InstanceName' => ['type' => 'string', 'required' => true], + 'Policy' => ['type' => 'string', 'required' => true], + 'PolicyVersion' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], @@ -1124,109 +1082,31 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'tablestore.cn-qingdao.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'tablestore.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'tablestore.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'tablestore.cn-huhehaote.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'tablestore.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'tablestore.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'tablestore.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'tablestore.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'tablestore.cn-guangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'tablestore.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'tablestore.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'tablestore.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'tablestore.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'tablestore.ap-southeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'tablestore.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'tablestore.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-6', - 'endpoint' => 'tablestore.ap-southeast-6.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'tablestore.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'tablestore.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'tablestore.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'tablestore.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'tablestore.ap-south-1.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'tablestore.me-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'tablestore.cn-shanghai-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-7', - 'endpoint' => 'tablestore.ap-southeast-7.aliyuncs.com', - ], - [ - 'regionId' => 'me-central-1', - 'endpoint' => 'tablestore.me-central-1.aliyuncs.com', - ], + ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'tablestore.cn-wulanchabu.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-beijing.aliyuncs.com', 'endpoint' => 'tablestore.cn-beijing.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-qingdao.aliyuncs.com', 'endpoint' => 'tablestore.cn-qingdao.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-qingdao.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-shanghai.aliyuncs.com', 'endpoint' => 'tablestore.cn-shanghai.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-hongkong.aliyuncs.com', 'endpoint' => 'tablestore.cn-hongkong.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-hongkong.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'tablestore.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-shenzhen.aliyuncs.com', 'endpoint' => 'tablestore.cn-shenzhen.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-northeast-1.aliyuncs.com', 'endpoint' => 'tablestore.ap-northeast-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-chengdu.aliyuncs.com', 'endpoint' => 'tablestore.cn-chengdu.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-chengdu.aliyuncs.com'], + ['regionId' => 'cn-guangzhou', 'regionName' => '华南3(广州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-guangzhou.aliyuncs.com', 'endpoint' => 'tablestore.cn-guangzhou.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-guangzhou.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-1.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'regionName' => '澳大利亚(悉尼)已关停', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-2.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-2.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-2.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-3.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-3.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-3.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'regionName' => '华北5(呼和浩特)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-huhehaote.aliyuncs.com', 'endpoint' => 'tablestore.cn-huhehaote.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-huhehaote.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-5.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-5.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'ap-southeast-6', 'regionName' => '菲律宾(马尼拉)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-6.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-6.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-6.aliyuncs.com'], + ['regionId' => 'ap-southeast-7', 'regionName' => '泰国(曼谷)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.ap-southeast-7.aliyuncs.com', 'endpoint' => 'tablestore.ap-southeast-7.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-southeast-7.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'tablestore.cn-hangzhou.aliyuncs.com', 'endpoint' => 'tablestore.cn-hangzhou.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'tablestore.us-east-1.aliyuncs.com', 'endpoint' => 'tablestore.us-east-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.us-east-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'tablestore.eu-west-1.aliyuncs.com', 'endpoint' => 'tablestore.eu-west-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.eu-west-1.aliyuncs.com'], + ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'tablestore.us-west-1.aliyuncs.com', 'endpoint' => 'tablestore.us-west-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.us-west-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'tablestore.eu-central-1.aliyuncs.com', 'endpoint' => 'tablestore.eu-central-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.eu-central-1.aliyuncs.com'], + ['regionId' => 'me-east-1', 'regionName' => '阿联酋(迪拜)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'tablestore.me-east-1.aliyuncs.com', 'endpoint' => 'tablestore.me-east-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.me-east-1.aliyuncs.com'], + ['regionId' => 'me-central-1', 'regionName' => '沙特(利雅得)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'tablestore.me-central-1.aliyuncs.com', 'endpoint' => 'tablestore.me-central-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.me-central-1.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'regionName' => '印度(孟买)已关停', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'tablestore.ap-south-1.aliyuncs.com', 'endpoint' => 'tablestore.ap-south-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.ap-south-1.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'tablestore.cn-shanghai-finance-1.aliyuncs.com', 'endpoint' => 'tablestore.cn-shanghai-finance-1.aliyuncs.com', 'vpc' => 'tablestore-vpc.cn-shanghai-finance-1.aliyuncs.com'], ], ]; |
