alicloud_sag_snat_entry

Provides a Sag SnatEntry resource.This topic describes how to add a SNAT entry to enable the SNAT function.The SNAT function can hide internal IP addresses and resolve private IP address conflicts.With this function,on-...

alicloud_sag_dnat_entry

Provides a Sag DnatEntry resource.This topic describes how to add a DNAT entry to a Smart Access Gateway(SAG)instance to enable the DNAT function.By using the DNAT function,you can forward requests received by public IP ...

alicloud_ens_snapshot

Provides a ENS Snapshot resource.Snapshot.When you use it for the first time,please contact the product classmates to add a resource whitelist.For information about ENS Snapshot and how to use it,see What is Snapshot.->...

alicloud_ens_eip

Provides a ENS Eip resource.Edge elastic public network IP.When you use it for the first time,please contact the product classmates to add a resource whitelist.For information about ENS Eip and how to use it,see What is ...

alicloud_ens_disk

Provides a ENS Disk resource.The disk.When you use it for the first time,please contact the product classmates to add a resource whitelist.For information about ENS Disk and how to use it,see What is Disk.->NOTE:Available ...

alicloud_dns_record

NS,CNAME,SRV,the server will treat the value as a fully qualified domain name,so it's no need to add a.at the end.ttl-(Optional)The effective time of domain record.Its scope depends on the edition of the cloud resolution....

alicloud_ens_load_balancer

Provides a ENS Load Balancer resource.Load balancing.When you use it for the first time,please contact the product classmates to add a resource whitelist.For information about ENS Load Balancer and how to use it,see What ...

alicloud_threat_detection_web_lock_config

and specified files under the added protection directory.uuid-(Required,ForceNew)Specify the UUID of the server to which you want to add a protection directory.>You can call the[DescribeCloudCenterInstances](~141932~)...

alicloud_alidns_record

so it's no need to add a.at the end.ttl-(Optional)The effective time of domain record.Its scope depends on the edition of the cloud resolution.Free is[600,86400],Basic is[120,86400],Standard is[60,86400],Ultimate is[10,...

alicloud_router_interface_connection

NOTE:Please remember to add a depends_on clause in the router interface connection from the InitiatingSide to the AcceptingSide,because the connection from the AcceptingSide to the InitiatingSide must be done first....

alicloud_ess_scaling_group

creation will fail(it may be useful to add a depends_on argument targeting your alicloud_slb_listener in order to make sure the listener with its HealthCheck configuration is ready before creating your scaling group).The ...

ALTER TABLE

ALTER TABLE用来对表的信息进行修改。背景信息 目前ALTER TABLE支持的操作包括:添加分区。删除分区。添加列。修改列。...Add a comment to column a1 ALTER TABLE test_change CHANGE a1 a1 INT COMMENT 'this is column a1';

日期时间函数

ADD()Add a period to a year-month PERIOD_DIFF()Return the number of months between periods QUARTER()Return the quarter from a date argument SEC_TO_TIME()Converts seconds to 'HH:MM:SS' format SECOND()Return the second(0-59)...

如何定义插件接口协议

'#components/schemas/getTodosResponse' post:operationId:addTodo summary:Add a todo to the list parameters:in:path name:username schema:type:string required:true description:The name of the user.requestBody:required:true ...

公共错误码

诊断 400 InsuffcientBalanceOrBankAccount Add a payment method or add funds to the prepayment balance.Get started by creating an instance.-诊断 400 InvalidPaymentMethod.NoAccess No payment method is specified for your ...

授权实践

生产项目中向Package中添加需要分享的资源:ADD table table_a TO PACKAGE Package_test;生产项目许可分析项目空间使用Package。ALLOW PROJECT Project_analyze TO INSTALL PACKAGE Package_test;分析项目安装Package:USE Project_analyze...

公共错误码

诊断 503 ServiceUnavailable The request has failed due to a temporary failure of the server.请求后端超时,请稍后重试。诊断 400 InsufficientBalance Your account does not have enough balance.账户余额不足,请先充值再操作。...

公共错误码

诊断 503 ServiceUnavailable The request has failed due to a temporary failure of the server.请求后端超时,请稍后重试。诊断 400 InsufficientBalance Your account does not have enough balance.账户余额不足,请先充值再操作。...

alicloud_ram_policy_document

it must be["sts:AssumeRole"].resource-(Optional)List of specific objects which will be authorized.If you want to create a RAM policy document,it must be set.principal-(Optional)Principal of the RAM policy document.If you ...

Word

word_file_path=r"D:\2_测试文件归档\测试Word.docx"word=rpa.app.microsoft.word.open(word_file_path,visible=True)#注意microsoft中第一个表格索引是从1开始的 table=word.get_table(1)add_picture add_picture(file=None,source='local...

中国GMP附录合规包

you must check the accessibility and data integrity of the stored data.3.You must develop an operation guide on how to back up and restore data and back up data on a regular basis to protect stored data for subsequent use....

alicloud_bastionhost_user_attachment

Provides a Bastion Host User Attachment resource to add user to one user group.->NOTE:Available since v1.134.0.Example Usage Basic Usage variable"name"{ default="tf_example"} data"alicloud_zones""default"{ available_...

alicloud_security_group

example"vpc_id=alicloud_vpc.vpc.id } Module Support You can use the existing security-group module to create a security group and add several rules one-click.Argument Reference The following arguments are supported:vpc_id-...

alicloud_security_group_rule

group module to create a security group and add several rules one-click.Argument Reference The following arguments are supported:type-(Required,ForceNew)The type of rule being created.Valid options are ingress(inbound)or ...

alicloud_actiontrail_history_delivery_job

submit a ticket or ask the sales manager to add you to the whitelist.->NOTE:Make sure that you have called the alicloud_actiontrail_trail to create a single-account or multi-account trace that delivered to Log Service SLS....

alicloud_adb_db_cluster_lake_version

.You can add a maximum of 500 different IP addresses to a whitelist.The entries in the IP address whitelist must be in one of the following formats:IP addresses,such as 10.23.XX.XX.CIDR blocks,such as 10.23.xx.xx/24.In ...

alicloud_vod_domains

MM-ddTHH:mm:ssZ format.The time is displayed in UTC.cname-The CNAME that is assigned to the domain name for CDN.You must add a CNAME record in the system of your Domain Name System(DNS)service provider to map the domain ...

日期和时间函数

ADDDATE Add time values(intervals)to a date value.When invoked with the INTERVAL form of the second argument,ADDDATE()is a synonym for DATE_ADD().支持的语法:ADDDATE(date,INTERVAL expr unit),ADDDATE(expr,days)例子:SELECT ...

alicloud_bastionhost_host_attachment

Provides a Bastion Host Host Attachment resource to add host into one host group.->NOTE:Available since v1.135.0.Example Usage Basic Usage variable"name"{ default="tf_example"} data"alicloud_zones""default"{ available_...

alicloud_vod_domain

ForceNew)The domain name for CDN that you want to add to ApsaraVideo VOD.Wildcard domain names are supported.Start the domain name with a period(.).Example:.example.com. . sources - (Required)The information about the ...

alicloud_slb_attachment

DEPRECATED:This resource has been deprecated from v1.153.0 and using alicloud_backend_server instead.Add a group of backend servers(ECS instance)to the Server Load Balancer or remove them from it.->NOTE:Deprecated since v1...

alicloud_route_entry

several VSwitches and add several route entries one-click.Argument Reference The following arguments are supported:router_id-(Deprecated)This argument has been deprecated.Please use other arguments to launch a custom route...

如何操作Microsoftword

col()#关闭文档 doc.close()add_picture插入图片 def start():#打开word文档 doc=rrpa.app.wps.word.open(file=r'xxxxx.docx',visible=True)#在文档中第一张图片-会插入在光标处 doc.add_picture(file=r'xxxx.jpg')#关闭文档 doc.close()to_...

alicloud_dns_group

DEPRECATED:This resource has been deprecated from version 1.84.0.Please use new resource alicloud_alidns_domain_group.Provides a DNS Group resource.Example Usage#Add a new Domain group.resource"alicloud_dns_group""group"{ ...

alicloud_dns

NOTE:The domain name which you want to add must be already registered and had not added by another account.Every domain name can only exist in a unique group.Example Usage#Add a new Domain.resource"alicloud_dns""dns"{ ...

alicloud_cas_certificate

This datasource has been deprecated from version 1.129.0.Please use new datasource alicloud_ssl_certificates_service_certificate.Provides a CAS Certificate resource.->NOTE:The Certificate name which you want to add must be...

ADD_KEY_TO_KEYSET

使用示例 select hex(ADD_KEY_TO_KEYSET(unhex('0A1072384D715A414541385044643351534C12580A330A0B4145532D47434D2D323536122026A8FB1126DF4F5B5DD03C180E6919565D7716CBB291815EFB5BBF30F8BEF9AF1801200210011A1072384D715A...

alicloud_cloud_connect_network

Provides a cloud connect network resource.Cloud Connect Network(CCN)is another important component of Smart Access Gateway.It is a device access matrix composed of Alibaba Cloud distributed access gateways.You can add ...

Word

本例中,word文档内,在一行输入文本标题"表格1"之后,插入了一张表格,然后另起一行,输入了文本标题"表格2":word_file_path=r"D:\2_测试文件归档\测试Word.docx"word=rpa.app.microsoft.word.open(word_file_path,visible=True)keys=[(...

alicloud_oss_bucket_object

Provides a resource to put a object(content or file)to a oss bucket.Example Usage Uploading a file to a bucket resource"random_integer""default"{ max=99999 min=10000 } resource"alicloud_oss_bucket""default"{ bucket=...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用