创建ACK托管版集群

创建工作目录,并且在工作目录中创建 variable.tf 配置文件,展开查看本文用到的variable.tf文件 variable"availability_zone"{ description="The availability zones of vswitches."#请跟下文main.tf配置文件中的地域保持一致。...

配置离线管道运行参数

本地变量 无须事先声明和定义,直接在离线管道中使用${variable_name},即可定义一个名字为 variable_name 的本地变量。变量名建议只使用数字、字母和下划线。且 不要使用glb开头,此为全局变量保留设置,长度不超过32位字符。重要 如果 ...

配置离线管道运行参数

本地变量 无须事先声明和定义,直接在离线管道中使用${variable_name},即可定义一个名字为 variable_name 的本地变量。变量名建议只使用数字、字母和下划线。且 不要使用glb开头,此为全局变量保留设置,长度不超过32位字符。重要 如果 ...

DBMS_SQL

表 1.DBMS_SQL函数/存储过程 函数/存储过程 类型 返回类型 说明 BIND_VARIABLE(c,name,value[,out_value_size])存储过程 N/A 将值绑定到变量。BIND_VARIABLE_CHAR(c,name,value[,out_value_size])存储过程 N/A 将CHAR值绑定到变量。BIND_...

SET语句变量设置

语法 SET variable=expr[,variable=expr].variable:{ user_var_name|{GLOBAL|@GLOBAL.} system_var_name|[SESSION|@SESSION.|@]system_var_name } 注意事项 使用SET GLOBAL设置全局变量时,PolarDB-X 会将其进行持久化,实例重启后仍然生效...

alicloud_cs_kubernetes_permissions

make sure that the required permissions are included.->NOTE:Available since v1.122.0.Example Usage resource"random_integer""default"{ max=99999 min=10000 } variable"name"{ default="terraform-example"} variable"vpc_cidr"{ ...

alicloud_msc_sub_webhook

Provides a Msc Sub Webhook resource.->NOTE:Available since v1.141.0.Example Usage Basic Usage variable"name"{ default="tfexample"} variable"token"{ default="abcd*"} resource"alicloud_msc_sub_webhook""example"{ server_url=...

GetMonitorItem-查询监控项详情

CRITICAL Variable string 指标名 loss_rate Expression string 表达式>=Value string 比较值 10 Type string 类型 SINGLE PersonalizedAlarmRuleList object[]个性化告警规则列表 AlarmStatus string 告警规则 CRITICAL Variable string ...

LAMMPS Ehpc服务实例部署文档

vim lj.in 作业脚本内容示例如下:#3d Lennard-Jones melt variable x index 1 variable y index 1 variable z index 1 variable xx equal 20*x variable yy equal 20*y variable zz equal 20*z units lj atom_style atomic lattice fcc 0....

alicloud_cs_managed_kubernetes

id"{ description="Existing vpc id used to create several vswitches and other resources."default=""} variable"vpc_cidr"{ description="The cidr block used to launch a new vpc when 'vpc_id' is not specified."default="10.0.0.0...

alicloud_security_group_rules

rules data source provides a collection of security permissions of a specific security group.Each collection item represents a single ingress or ...provided via a variable or the result from the other data source alicloud...

alicloud_ebs_solution_instance

Provides a EBS Solution Instance resource.For information about EBS Solution Instance and how to use it,see What is Solution Instance.->NOTE:Available since v1.216.0.Example Usage Basic Usage variable"name"{ default=...

使用LAMMPS软件进行工业仿真

vim lj.in 算例内容示例如下:#3d Lennard-Jones melt variable x index 1 variable y index 1 variable z index 1 variable xx equal 20*x variable yy equal 20*y variable zz equal 20*z units lj atom_style atomic lattice fcc 0.8442...

alicloud_sae_ingresses

This data source provides the Sae Ingresses of the current Alibaba Cloud user.->NOTE:Available in v1.137.0+.Example Usage Basic Usage variable"name"{ default="example_value"} data"alicloud_zones""default"{ available_...

PolarPlus

登录采用以下格式:username[/password][@{connectstring|variable }]具体信息请参见 表 1。variable是在login.sql文件中定义的变量,该文件包含数据库连接字符串。NOLOG 如果指定/NOLOG 启动PolarPlus,启动PolarPlus时将不会建立数据库...

使用Intel oneAPI编译运行LAMMPS

vim in.intel.lj 内容示例如下:#3d Lennard-Jones melt variable x index 1 variable y index 1 variable z index 1 variable xx equal 20*x variable yy equal 20*y variable zz equal 20*z units lj atom_style atomic lattice fcc 0....

使用Terraform管理密钥管理服务资源

variable"pending_window_in_days"{ default="7"}#如果您的专属kms实例是基础版,则这个参数必须设定为SOFTWARE#如果您的专属kms实例是标准版,则这个参数必须设定为HSM variable"protection_level"{ default="SOFTWARE"}#您的专属KMS实例...

alicloud_ram_policy_document

} condition { operator="StringLike"variable="oss:Prefix"values=["","hangzhou/","hangzhou/2015/*"]} } } resource"alicloud_ram_policy""policy"{ policy_name="tf-example-condition"policy_document=data.alicloud_ram_policy_...

离线模式调度配置

本地变量:无须声明式定义,直接在代码中使用${variablename} 即可定义一个名字为 variable_name 的本地变量,建议 variable_name 只使用数字,字母和下划线(请勿使用glb开头,此为全局变量保留设置),且长度不超过 32 位字符。...

离线模式调度配置

本地变量:无须声明式定义,直接在代码中使用${variablename} 即可定义一个名字为 variable_name 的本地变量,建议 variable_name 只使用数字,字母和下划线(请勿使用glb开头,此为全局变量保留设置),且长度不超过 32 位字符。...

StepMessage

脚本中不支持对variable内容进行修改和删除。error StepException 保存错误信息。构造方式 只能由集成流引擎构造,不支持在脚本中构造。方法列表 方法 说明 String getTrackId()是流运行一次的标识,即在调试器中与运行日志的TraceID对应。...

alicloud_amqp_static_account

Provides a Amqp Static Account resource.For information about Amqp Static Account and how to use it,see What is Static Account.->NOTE:Available since v1.195.0.Example Usage Basic Usage variable"access_key"{ default="access...

CreateVariable-创建变量

default-namespace body Variable 是 创建变量的数据内容。返回参数 名称 类型 描述 示例值 object Schema of Response requestId string 请求 ID。CBC799F0-ABCD-1D30-8A4F-882ED4DD*success boolean 表示业务请求是否成功。true httpCode...

存储过程和函数中的编译错误

当 PolarDB PostgreSQL版(兼容Oracle)分析程序编译存储过程或函数时,它们确认CREATE语句和程序主体(程序中 AS 关键字后面...ERROR:"basesalary"is not a known variable LINE 3:SELECT salary INTO baseSalary FROM emp WHERE ename=emp.

SDK快速入门

Variable variable=new Variable();only Plain is supported now variable.setKind("Plain");variable.setDescription("this is a sdk variable example.");variable.setName(variableName);variable.setValue(variableValue);...

alicloud_direct_mail_mail_address

Provides a Direct Mail Mail Address resource.For information about Direct Mail Mail Address and how to use it,see What is Mail Address.->NOTE:Available since v1.134.0.Example Usage Basic Usage variable"account_name"{ ...

alicloud_ims_oidc_provider

Provides a IMS Oidc Provider resource.OpenID Connect Provider.For information about IMS Oidc Provider and how to use it,see What is Oidc Provider.->NOTE:Available since v1.210.0.Example Usage Basic Usage variable"name"{ ...

使用Terraform配置日志审计服务

variable vpcflow_policy { type=string default=*\"EOF } resource"alicloud_log_audit""example"{ display_name="tf-audit-test"aliuid="1234*"variable_map={"vpc_flow_enabled"="true","vpc_flow_ttl"="7","vpc_sync_enabled"="true",...

alicloud_ons_groups

This data source provides a list of ONS Groups in an Alibaba Cloud account according to the specified filters.->NOTE:Available in 1.53.0+Example Usage variable"name"{ default="onsInstanceName"} variable"group_name"{ ...

alicloud_vpc_peer_connection_accepter

Provides a Vpc Peer Connection Accepter resource.For information about Vpc Peer Connection Accepter and how to use it,see What is Peer Connection Accepter.->NOTE:Available since v1.196.0.Example Usage Basic Usage variable...

EnvVar

名称 类型 描述 示例值 object Definition of Environment variable Name string 环境变量名称 ENABLE_DEBUG Value string 环境变量值 true

alicloud_ons_topics

This data source provides a list of ONS Topics in an Alibaba Cloud account according to the specified filters.->NOTE:Available in 1.53.0+Example Usage variable"name"{ default="onsInstanceName"} variable"topic"{ default=...

alicloud_ons_topic

Provides an ONS topic resource.For more information about how to use it,see RocketMQ Topic Management API.->NOTE:Available in 1.53.0+Example Usage Basic Usage variable"name"{ default="onsInstanceName"} variable"topic"{ ...

SET NAMES

Variable_name|Value|+-+-+|character_set_client|utf8mb4|character_set_connection|utf8mb4|character_set_database|utf8|character_set_filesystem|binary|character_set_results|utf8mb4|character_set_server|utf8|character_set_...

alicloud_cloud_connect_network_attachment

cn-shanghai-finance-1 ,cn-hongkong ,ap-southeast-1,ap-southeast-3,ap-southeast-5,ap-northeast-1,eu-central-1]Example Usage Basic Usage variable"name"{ default="tf-example"} variable"sag_id"{ default="sag-9bifkf*"} provider...

alicloud_event_bridge_api_destination

see What is Api Destination.->NOTE:Available since v1.211.0.Example Usage Basic Usage provider"alicloud"{ region=var.region } variable"region"{ default=...ForceNew)The name of the connection.api_destination_name-(Required,...

Zookeeper

sslPort":443,"uriSpec":{"parts":[{"value":"scheme","variable":true },{"value":":/","variable":false },{"value":"address","variable":true },{"value":":","variable":false },{"value":"port","variable":true }]} } 说明 存储在...

alicloud_resource_manager_delegated_administrator

see What is Delegated Administrator.->NOTE:Available since v1.181.0.Example Usage Basic Usage variable"name"{ default="tf-example"} variable"display_name"{ default="EAccount"} resource"random_integer""default"{ min=10000 ...

alicloud_cen_inter_region_traffic_qos_queue

see What is Inter Region Traffic Qos Queue.->NOTE:Available since v1.195.0.Example Usage Basic Usage variable"name"{ default="tf_example"} variable"default_region"{ default=...

SET CHARACTER SET

Variable_name|Value|+-+-+|character_set_client|utf8mb4|character_set_connection|utf8mb4|character_set_database|utf8|character_set_filesystem|binary|character_set_results|utf8mb4|character_set_server|utf8|character_set_...
共有24条 < 1 2 3 4 ... 24 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用