tencentcloud-sdk-as 3.0.1134 → 3.0.1160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180419/client.rb +2 -2
- data/lib/v20180419/models.rb +23 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac310efe40fb1a96ab31cd0bc8c255954b6a4b84
|
|
4
|
+
data.tar.gz: 5416f9cb0f16d43d68ba7edaf24644c189cd3749
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b71e39ac2bcb3ad61a9d043c3b8abf793907cd4202f147f91cac25300e6362fcb9d3da8e0637d7e5ee469b94cbe43eb200db1e87c85b79e5a7e1ae0fab83fc3b
|
|
7
|
+
data.tar.gz: 6340e8da7870f932ae2daa4bf38240d80e875579657dc773aae9c4711aee3ead05fb3999a02ab3724ec41169c31f6daab6d029f4c62ac892c28a5cabf0d53fac
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20180419/client.rb
CHANGED
|
@@ -299,11 +299,11 @@ module TencentCloud
|
|
|
299
299
|
# "DetailedStatusMessageSet": [ // 活动内部错误集合(非空不代表活动失败)
|
|
300
300
|
# {
|
|
301
301
|
# "Code": "InvalidInstanceType",
|
|
302
|
-
# "Zone": "ap-guangzhou-
|
|
302
|
+
# "Zone": "ap-guangzhou-6",
|
|
303
303
|
# "InstanceId": "",
|
|
304
304
|
# "InstanceChargeType": "POSTPAID_BY_HOUR",
|
|
305
305
|
# "SubnetId": "subnet-4t5mgeuu",
|
|
306
|
-
# "Message": "The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-
|
|
306
|
+
# "Message": "The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-6`.",
|
|
307
307
|
# "InstanceType": "S5.LARGE8"
|
|
308
308
|
# }
|
|
309
309
|
# ]
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -70,8 +70,8 @@ module TencentCloud
|
|
|
70
70
|
|
|
71
71
|
attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
|
|
72
72
|
extend Gem::Deprecate
|
|
73
|
-
deprecate :ActivityRelatedInstanceSet, :none, 2025,
|
|
74
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2025,
|
|
73
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2025, 10
|
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 10
|
|
75
75
|
|
|
76
76
|
def initialize(autoscalinggroupid=nil, activityid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, activityrelatedinstanceset=nil, statusmessagesimplified=nil, lifecycleactionresultset=nil, detailedstatusmessageset=nil, invocationresultset=nil, relatedinstanceset=nil)
|
|
77
77
|
@AutoScalingGroupId = autoscalinggroupid
|
|
@@ -2751,8 +2751,8 @@ module TencentCloud
|
|
|
2751
2751
|
|
|
2752
2752
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2753
2753
|
extend Gem::Deprecate
|
|
2754
|
-
deprecate :AutomationService, :none, 2025,
|
|
2755
|
-
deprecate :AutomationService=, :none, 2025,
|
|
2754
|
+
deprecate :AutomationService, :none, 2025, 10
|
|
2755
|
+
deprecate :AutomationService=, :none, 2025, 10
|
|
2756
2756
|
|
|
2757
2757
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2758
2758
|
@SecurityService = securityservice
|
|
@@ -3032,19 +3032,27 @@ module TencentCloud
|
|
|
3032
3032
|
# 假设后缀名称为 suffix,原主机名为 test.0,最终主机名为 test.0.suffix。
|
|
3033
3033
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3034
3034
|
# @type HostNameSuffix: String
|
|
3035
|
+
# @param HostNameDelimiter: 云服务器的主机名分隔符。
|
|
3036
|
+
# 默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为主机名的分隔符。如果不设置,则默认采用点号(.)分隔符。
|
|
3037
|
+
# 通过分割符连接多段。
|
|
3035
3038
|
|
|
3036
|
-
|
|
3039
|
+
# 假设原主机名为“product-as-host”,分隔符HostNameDelimiter为“-”,设置主机名后缀"suffix",那么最终主机名为“product-as-host-suffix”。
|
|
3040
|
+
# @type HostNameDelimiter: String
|
|
3037
3041
|
|
|
3038
|
-
|
|
3042
|
+
attr_accessor :HostName, :HostNameStyle, :HostNameSuffix, :HostNameDelimiter
|
|
3043
|
+
|
|
3044
|
+
def initialize(hostname=nil, hostnamestyle=nil, hostnamesuffix=nil, hostnamedelimiter=nil)
|
|
3039
3045
|
@HostName = hostname
|
|
3040
3046
|
@HostNameStyle = hostnamestyle
|
|
3041
3047
|
@HostNameSuffix = hostnamesuffix
|
|
3048
|
+
@HostNameDelimiter = hostnamedelimiter
|
|
3042
3049
|
end
|
|
3043
3050
|
|
|
3044
3051
|
def deserialize(params)
|
|
3045
3052
|
@HostName = params['HostName']
|
|
3046
3053
|
@HostNameStyle = params['HostNameStyle']
|
|
3047
3054
|
@HostNameSuffix = params['HostNameSuffix']
|
|
3055
|
+
@HostNameDelimiter = params['HostNameDelimiter']
|
|
3048
3056
|
end
|
|
3049
3057
|
end
|
|
3050
3058
|
|
|
@@ -3263,19 +3271,25 @@ module TencentCloud
|
|
|
3263
3271
|
# 假设后缀名称为 suffix,原实例名为 test.0,最终实例名为 test.0.suffix。
|
|
3264
3272
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3265
3273
|
# @type InstanceNameSuffix: String
|
|
3274
|
+
# @param InstanceNameDelimiter: 云服务器实例名分隔符。 默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为实例名的分隔符。如果不设置,则默认采用点号(.)分隔符。 通过分割符连接多段。
|
|
3275
|
+
|
|
3276
|
+
# 假设原实例名为“product-as-instance”,分隔符InstanceNameDelimiter为“-”,设置实例名后缀"suffix",那么最终实例名为“product-as-instance-suffix”。
|
|
3277
|
+
# @type InstanceNameDelimiter: String
|
|
3266
3278
|
|
|
3267
|
-
attr_accessor :InstanceName, :InstanceNameStyle, :InstanceNameSuffix
|
|
3279
|
+
attr_accessor :InstanceName, :InstanceNameStyle, :InstanceNameSuffix, :InstanceNameDelimiter
|
|
3268
3280
|
|
|
3269
|
-
def initialize(instancename=nil, instancenamestyle=nil, instancenamesuffix=nil)
|
|
3281
|
+
def initialize(instancename=nil, instancenamestyle=nil, instancenamesuffix=nil, instancenamedelimiter=nil)
|
|
3270
3282
|
@InstanceName = instancename
|
|
3271
3283
|
@InstanceNameStyle = instancenamestyle
|
|
3272
3284
|
@InstanceNameSuffix = instancenamesuffix
|
|
3285
|
+
@InstanceNameDelimiter = instancenamedelimiter
|
|
3273
3286
|
end
|
|
3274
3287
|
|
|
3275
3288
|
def deserialize(params)
|
|
3276
3289
|
@InstanceName = params['InstanceName']
|
|
3277
3290
|
@InstanceNameStyle = params['InstanceNameStyle']
|
|
3278
3291
|
@InstanceNameSuffix = params['InstanceNameSuffix']
|
|
3292
|
+
@InstanceNameDelimiter = params['InstanceNameDelimiter']
|
|
3279
3293
|
end
|
|
3280
3294
|
end
|
|
3281
3295
|
|
|
@@ -3328,7 +3342,7 @@ module TencentCloud
|
|
|
3328
3342
|
# <li> WanIP:普通公网IP。</li>
|
|
3329
3343
|
# <li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
|
3330
3344
|
# <li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
|
|
3331
|
-
#
|
|
3345
|
+
# 如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。
|
|
3332
3346
|
|
|
3333
3347
|
# 精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
|
3334
3348
|
# @type IPv4AddressType: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-as
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1160
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|