@jdlinker/linker
Version:
jdLinker 系统模块
120 lines (118 loc) • 2.19 kB
text/typescript
// 数据来源 https://help.aliyun.com/document_detail/188196.html
export default [
/** 公共云 */
//中国地区(包含中国香港、中国澳门,不包含中国台湾)
{
value: 'cn-qingdao',
label: '华北1(青岛)'
},
{
value: 'cn-beijing',
label: '华北2(北京)'
},
{
value: 'cn-zhangjiakou',
label: '华北3(张家口)'
},
{
value: 'cn-huhehaote',
label: '华北5(呼和浩特)'
},
{
value: 'cn-wulanchabu',
label: '华北6(乌兰察布)'
},
{
value: 'cn-hangzhou',
label: '华东1(杭州)'
},
{
value: 'cn-shanghai',
label: '华东2(上海)'
},
{
value: 'cn-nanjing',
label: '华东5 (南京-本地地域)'
},
{
value: 'cn-fuzhou',
label: '华东6(福州-本地地域)'
},
{
value: 'cn-shenzhen',
label: '华南1(深圳)'
},
{
value: 'cn-heyuan',
label: '华南2(河源)'
},
{
value: 'cn-guangzhou',
label: '华南3(广州)'
},
{
value: 'cn-chengdu',
label: '西南1(成都)'
},
{
value: 'cn-hongkong',
label: '中国香港'
},
//其他国家和地区
{
value: 'ap-southeast-1',
label: '新加坡'
},
{
value: 'ap-southeast-2',
label: '澳大利亚(悉尼)'
},
{
value: 'ap-southeast-3',
label: '马来西亚(吉隆坡)'
},
{
value: 'ap-southeast-5',
label: '印度尼西亚(雅加达)'
},
{
value: 'ap-southeast-6',
label: '菲律宾(马尼拉)'
},
{
value: 'ap-southeast-7',
label: '泰国(曼谷)'
},
{
value: 'ap-south-1',
label: '印度(孟买)'
},
{
value: 'ap-northeast-1',
label: '日本(东京)'
},
{
value: 'ap-northeast-2',
label: '韩国(首尔)'
},
{
value: 'us-west-1',
label: '美国(硅谷)'
},
{
value: 'us-east-1',
label: '美国(弗吉尼亚)'
},
{
value: 'eu-central-1',
label: '德国(法兰克福)'
},
{
value: 'eu-west-1',
label: '英国(伦敦)'
},
{
value: 'me-east-1',
label: '阿联酋(迪拜)'
}
];