alicloud_slb_master_slave_server_group

NOTE:One ECS instance can be added into multiple master slave server groups.->NOTE:One master slave server group can only add two ECS instances,which are master server and slave server.->NOTE:One master slave server group...

pldbgapi

CREATE OR REPLACE FUNCTION add_numbers(a int,b int)RETURNS NUMERIC AS$DECLARE t1_b_avg NUMERIC;BEGIN-DROP TABLE t1;CREATE TABLE t1(a int,b int,c int,d int);RAISE NOTICE 'Finish CREATE ';FOR i IN 1.10 LOOP INSERT INTO t1 ...

ALIYUN:POLARDB:DBClusterEndpoint

Disable.AllowedValues:Disable-Enable Nodes:MinLength:2 Type:CommaDelimitedList Description:|-The nodes to be added to this connection point to process read requests from this connection point.Add at least two nodes.If you ...

ALIYUN:IOT:Device

and can contain Chinese characters,English letters,numbers and underscores(_).A Chinese character counts as two characters."} },"Outputs":{"DeviceName":{"Description":"Device name.","Value":{"Fn:GetAtt":["Device",...

alicloud_nlb_load_balancer

ForceNew)The ID of the network-based SLB instance.zone_mappings-(Required)The list of zones and vSwitch mappings.You must add at least two zones and a maximum of 10 zones.See zone_mappings below.deletion_protection_enabled...

alicloud_dts_subscription_job

We treat the state Starting as the state of Normal,and consider the two states to be consistent on the user side.tags-(Optional)A mapping of tags to assign to the resource.Attributes Reference The following attributes are ...

全文检索

以英文语句 'a fat cat jumped on a mat and ate two fat rats' 为例:postgres=SELECT to_tsvector('a fat cat jumped on a mat and ate two fat rats');to_tsvector-'ate':9 'cat':3 'fat':2,11 'jump':4 'mat':7 'rat':12 'two':10(1 ...

ALIYUN:VPC:VpnGateway

Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two properties Key and Value,and Key is required.MaxLength:20 Type:Json VSwitchId:Description:The ID of the VSwitch to which the ...

ALIYUN:DTS:SynchronizationJob2

ALIYUN:DTS:SynchronizationJob2类型用于配置同步作业。语法 {"Type":"ALIYUN:DTS:SynchronizationJob2","Properties":{"Status":String,"Reserve":Map,"DataSynchronization":Boolean,"DelayPhone":String,"DedicatedClusterId":String,...

获取待导入资源的标识符属性

Default":5 },"Tags":{"Type":"Json","Description":"Tags to attach to eip.Max support 20 tags to add during create eip.Each tag with two properties Key and Value,and Key is required.","MaxLength":20 } },...

ALIYUN:WAF3:Instance

示例 YAML 格式 ROSTemplateFormatVersion:'2015-09-01' Parameters:AdditionalProtectionNodes:Default:0 Description:en:'Each protection cluster has at least two protection nodes,and each node provides the protection ...

alicloud_slb_rule

[1-65535].domain-(Optional,ForceNew)Domain name of the forwarding rule.It can contain letters a-z,numbers 0-9,hyphens(-),and periods(.),and wildcard characters.The following two domain name formats are supported:Standard ...

Workflow示例模板

apiVersion:argoproj.io/v1alpha1 kind:Workflow metadata:generateName:steps-spec:entrypoint:hello-hello-hello#This spec contains two templates:hello-hello-hello and whalesay templates:name:hello-hello-hello#Instead of just ...

alicloud_cs_kubernetes_node_pool

disk_snapshot_policy_id and cpu_policy,add spot strategy SpotAsPriceGo and NoSpot.->NOTE:From version 1.180.0+,Support worker nodes customized kubelet parameters by field kubelet_configuration and rollout_policy.->NOTE:...

ALIYUN:CDN:Domain

Description:Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two properties Key and Value,and Key is required.MaxLength:20 Type:Json TopLevelDomain:Description:The top-level domain...

ALIYUN:SLB:Certificate

Description":"Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two properties Key and Value,and Key is required.","MaxLength":20 },"Certificate":{"Type":"String","Description":...

ALIYUN:ECS:Activation

List[Parameter]","Type":"Json","Description":{"en":"Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two properties Key and Value,and Key is required."},"MaxLength":20 } },...

ALIYUN:DDoS:OriginInstance

ListMetadata":{"Order":["Key","Value"]} },"AssociationProperty":"List[Parameters]","Type":"Json","Description":{"en":"Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two ...

ALIYUN:NLB:SecurityPolicy

true Type:String Value:Required:false Type:String Description:en:Tags to attach to instance.Max support 20 tags to add during create instance.Each tag with two properties Key and Value,and Key is required.MaxLength:20 ...

日期时间函数

支持函数 PolarDB-X 1.0 支持如下日期时间函数:函数名 描述 ADDDATE()Add time values(intervals)to a date value ADDTIME()Add time CURDATE()Return the current date CURRENT_DATE(),CURRENT_DATE Synonyms for CURDATE()CURRENT_TIME...

Dataphin中创建的SPARK_JAR_ON_MAX_COMPUTE任务报错...

string(self.Q_C.public_numbers().encode_point())/usr/lib/python2.7/site-packages/paramiko/kex_ecdh_nist.py:96:CryptographyDeprecationWarning:Support for unsafe construction of public numbers from encoded data will be ...

如何写好提交,做一个有品位的开发者

relative(),it may be an overall win from the readability's point of view.Add the"interactively allow you to reduce the del_list"bit between the two phases.”那么如何将提交拆分为若干个小提交呢?1.1 拆分当前提交(松耦合)先...

alicloud_cloud_sso_directory

numbers,and dashes(-).It cannot start or end with a dash and cannot have two consecutive dashes.Need to be globally unique,and capitalization is not supported.Cannot start with d-.mfa_authentication_status-(Optional)The ...

使用ossutil工具通过sync命令...numbers 1000000”错误

使用ossutil工具管理阿里云对象存储OSS过程中,通过sync命令执行同步任务时,如果没有携带-delete 选项,则...当同步的文件个数超出100万时,将提示“over max sync numbers 1000000”错误,详情请参见 同步本地文件到OSS。适用于 对象存储OSS

Lambda函数

使用示例 示例1:获取数组列的平方值 SELECT numbers,transform(numbers,n->n*n)as squared_numbers FROM(VALUES(ARRAY(1,2)),(ARRAY(3,4)),(ARRAY(5,6,7)))AS t(numbers);返回结果如下:+-+-+|numbers|squared_numbers|+-+-+|[5,6,7]|[25,...

ADD_MONTHS

函数ADD_MONTHS在指定的日期上加上(如果第二个参数是负数,那么就是减)指定月数。在执行结果中日期和在给定日期中月份的日期是相同的,除非指定日期是月份的最后一天,在这种情况下,所得到的结果日期是执行结果中月份的最后一天。说明 ...

DATE_ADD

本文为您介绍如何使用DATE_ADD函数,返回指定日期增加目标天数后的日期。使用限制 仅实时计算引擎VVR 3.0.0及以上版本支持DATE_ADD函数。语法 DATE DATE_ADD(VARCHAR startdate,INT days)DATE DATE_ADD(TIMESTAMP time,INT days)入参 参数 ...

ADD PY

命令格式 add py[comment '<comment>'][-f];参数说明 资源类型:py:必填。资源类型。资源类型详情请参见 资源。通用参数:local_file:必填。表示本地文件所在路径。并以文件名作为资源名,资源名是资源的唯一标识。comment:可选。为资源...

ADD JAR

命令格式 add jar[comment '<comment>'][-f];参数说明 资源类型:jar:必填。资源类型。资源类型详情请参见 资源。通用参数:local_file:必填。表示本地文件所在路径。并以文件名作为资源名,资源名是资源的唯一标识。comment:可选。为...

ADD FILE

命令格式 add file[as][comment '<comment>'][-f];参数说明 资源类型:file:必填。资源类型。资源类型详情请参见 资源。通用参数:local_file:必填。表示本地文件所在路径。并以文件名作为资源名,资源名是资源的唯一标识。alias:可选。...

ADD ARCHIVE

命令格式 add archive[as][comment '<comment>'][-f];参数说明 资源类型参数:archive:必填。资源类型。资源类型详情请参见 资源。通用参数:local_file:必填。表示本地文件所在路径。并以文件名作为资源名,资源名是资源的唯一标识。...

Fn:Add

调用内部函数Fn:Add,对参数进行求和、对列表进行拼接或对字典进行合并。函数声明 JSON {"Fn:Add":[{k1:v1},{k2:v2}]} YAML 完整函数的语法。Fn:Add:k1:v1-k2:v2 缩写形式。Add[{k1:v1},{k2:v2},.]参数信息 参数为一个列表。列表内元素可以...

重载子程序

DECLARE FUNCTION add_it(p_add_1 IN BINARY_INTEGER,p_add_2 IN BINARY_INTEGER)RETURN VARCHAR2 IS BEGIN RETURN 'add_it BINARY_INTEGER:'|TO_CHAR(p_add_1+p_add_2,9999.9999);END add_it;FUNCTION add_it(p_add_1 IN NUMBER,p_add_2 ...

ADD TABLE

命令格式 add table[partition()][as][comment '<comment>'][-f];参数说明 资源类型:table:必填。资源类型。资源类型详情请参见 资源。通用参数:table_name:必填。表示MaxCompute中的表名。spec:必填。当添加的资源为分区表时,...

DDL 同步范围

ALTER TABLE A ALTER COLUMN SET DEFAULT 支持 ALTER TABLE A ALTER COLUMN DROP DEFAULT 支持 ALTER TABLE A CHANGE COLUMN 支持 ALTER TABLE A MODIFY COLUMN 支持 ALTER TABLE A ADD INDEX/KEY B N/A ALTER TABLE A DROP INDEX/KEY B N/...

ADD TRUSTEDPROJECT

命令格式 add trustedproject;参数说明 参数名称 是否必填 说明 project_name 是 待添加可信项目空间的名称。相关命令 ProjectProtection:开启项目空间的数据保护机制。LIST TRUSTEDPROJECTS:在当前项目空间中查看已添加的可信的项目空间...

ALIYUN:SLS:MetricStore

示例 JSON 格式 {"ROSTemplateFormatVersion":"2015-09-01","Parameters":{"LogstoreName":{"Type":"String","Description":"Metric store name:1.Only supports lowercase letters,numbers,hyphens(-)and underscores(_).2.Must start and...

ADD USER

本文中的命令您可以在如下工具平台执行:MaxCompute客户端 MaxCompute Studio 使用SQL分析连接 命令格式 add user;参数说明 参数名称 是否必填 说明 user_name 是 待添加阿里云账号或RAM用户账号信息。格式如下:阿里云账号:ALIYUN$...

ADD ACCOUNTPROVIDER

命令格式 add accountprovider ram;相关命令 USE:进入指定的、具有访问权限的项目空间。SET PROJECT:查看或设置项目空间属性。LIST ACCOUNTPROVIDERS:显示当前项目空间支持的账号体系信息。REMOVE ACCOUNTPROVIDER:删除当前项目空间...

秒级加字段(Instant Add Column)

PolarDB-X 新增的秒级加字段(Instant Add Column)功能,在加列操作时只需变更表定义信息,无需修改已有数据,帮助您快速给任意大小的表增加列。前提条件 此功能仅支持 PolarDB-X 2.0版本的实例,并且要求实例版本为5.4.13-16504348及以上...
共有142条 < 1 2 3 4 ... 142 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用