tencentcloud-sdk-tem 3.0.515 → 3.0.516
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/v20210701/models.rb +21 -6
- 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: 9f1e5aff84a966817717ce3d30e329b14bf9cc96
|
4
|
+
data.tar.gz: 9995481770fb15f0dfb30f50d3bd00e5c6bd128f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82a3ed69fefff033ddcefb7e0f2c3ce9ee7bb5d5a163ce0fc385309614c7f72449c5e82e478fce8b557535d1c1e3869125555129dc2284451170db51d7aec98d
|
7
|
+
data.tar.gz: eeaddcb77b0aed82bcfb77ac82383ffc9fb40ebe2938288042834bcbc7fc53fa0cb89863b0305cbf6f29deb1ca4ab0e3b2f1fa0e65d6430de04b7ca6119e3bf8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.516
|
data/lib/v20210701/models.rb
CHANGED
@@ -2654,10 +2654,13 @@ module TencentCloud
|
|
2654
2654
|
# @param AllIpDone: 所有服务IP是否已经ready
|
2655
2655
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2656
2656
|
# @type AllIpDone: Boolean
|
2657
|
+
# @param ExternalDomain: clb 域名
|
2658
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2659
|
+
# @type ExternalDomain: String
|
2657
2660
|
|
2658
|
-
attr_accessor :Name, :Ports, :Yaml, :ApplicationName, :VersionName, :ClusterIp, :ExternalIp, :Type, :SubnetId, :LoadBalanceId, :PortMappings, :ServicePortMappingList, :FlushAll, :EnableRegistryNextDeploy, :ApplicationId, :AllIpDone
|
2661
|
+
attr_accessor :Name, :Ports, :Yaml, :ApplicationName, :VersionName, :ClusterIp, :ExternalIp, :Type, :SubnetId, :LoadBalanceId, :PortMappings, :ServicePortMappingList, :FlushAll, :EnableRegistryNextDeploy, :ApplicationId, :AllIpDone, :ExternalDomain
|
2659
2662
|
|
2660
|
-
def initialize(name=nil, ports=nil, yaml=nil, applicationname=nil, versionname=nil, clusterip=nil, externalip=nil, type=nil, subnetid=nil, loadbalanceid=nil, portmappings=nil, serviceportmappinglist=nil, flushall=nil, enableregistrynextdeploy=nil, applicationid=nil, allipdone=nil)
|
2663
|
+
def initialize(name=nil, ports=nil, yaml=nil, applicationname=nil, versionname=nil, clusterip=nil, externalip=nil, type=nil, subnetid=nil, loadbalanceid=nil, portmappings=nil, serviceportmappinglist=nil, flushall=nil, enableregistrynextdeploy=nil, applicationid=nil, allipdone=nil, externaldomain=nil)
|
2661
2664
|
@Name = name
|
2662
2665
|
@Ports = ports
|
2663
2666
|
@Yaml = yaml
|
@@ -2674,6 +2677,7 @@ module TencentCloud
|
|
2674
2677
|
@EnableRegistryNextDeploy = enableregistrynextdeploy
|
2675
2678
|
@ApplicationId = applicationid
|
2676
2679
|
@AllIpDone = allipdone
|
2680
|
+
@ExternalDomain = externaldomain
|
2677
2681
|
end
|
2678
2682
|
|
2679
2683
|
def deserialize(params)
|
@@ -2707,6 +2711,7 @@ module TencentCloud
|
|
2707
2711
|
@EnableRegistryNextDeploy = params['EnableRegistryNextDeploy']
|
2708
2712
|
@ApplicationId = params['ApplicationId']
|
2709
2713
|
@AllIpDone = params['AllIpDone']
|
2714
|
+
@ExternalDomain = params['ExternalDomain']
|
2710
2715
|
end
|
2711
2716
|
end
|
2712
2717
|
|
@@ -2990,10 +2995,13 @@ module TencentCloud
|
|
2990
2995
|
# - NONE(不使用重定向)
|
2991
2996
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2992
2997
|
# @type RewriteType: String
|
2998
|
+
# @param Domain: clb 域名
|
2999
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3000
|
+
# @type Domain: String
|
2993
3001
|
|
2994
|
-
attr_accessor :EnvironmentId, :ClusterNamespace, :AddressIPVersion, :IngressName, :Rules, :ClbId, :Tls, :ClusterId, :Vip, :CreateTime, :Mixed, :RewriteType
|
3002
|
+
attr_accessor :EnvironmentId, :ClusterNamespace, :AddressIPVersion, :IngressName, :Rules, :ClbId, :Tls, :ClusterId, :Vip, :CreateTime, :Mixed, :RewriteType, :Domain
|
2995
3003
|
|
2996
|
-
def initialize(environmentid=nil, clusternamespace=nil, addressipversion=nil, ingressname=nil, rules=nil, clbid=nil, tls=nil, clusterid=nil, vip=nil, createtime=nil, mixed=nil, rewritetype=nil)
|
3004
|
+
def initialize(environmentid=nil, clusternamespace=nil, addressipversion=nil, ingressname=nil, rules=nil, clbid=nil, tls=nil, clusterid=nil, vip=nil, createtime=nil, mixed=nil, rewritetype=nil, domain=nil)
|
2997
3005
|
@EnvironmentId = environmentid
|
2998
3006
|
@ClusterNamespace = clusternamespace
|
2999
3007
|
@AddressIPVersion = addressipversion
|
@@ -3006,6 +3014,7 @@ module TencentCloud
|
|
3006
3014
|
@CreateTime = createtime
|
3007
3015
|
@Mixed = mixed
|
3008
3016
|
@RewriteType = rewritetype
|
3017
|
+
@Domain = domain
|
3009
3018
|
end
|
3010
3019
|
|
3011
3020
|
def deserialize(params)
|
@@ -3035,6 +3044,7 @@ module TencentCloud
|
|
3035
3044
|
@CreateTime = params['CreateTime']
|
3036
3045
|
@Mixed = params['Mixed']
|
3037
3046
|
@RewriteType = params['RewriteType']
|
3047
|
+
@Domain = params['Domain']
|
3038
3048
|
end
|
3039
3049
|
end
|
3040
3050
|
|
@@ -4514,10 +4524,13 @@ module TencentCloud
|
|
4514
4524
|
# @param PortMappingItemList: 端口映射数组
|
4515
4525
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4516
4526
|
# @type PortMappingItemList: Array
|
4527
|
+
# @param ExternalDomain: clb domain
|
4528
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4529
|
+
# @type ExternalDomain: String
|
4517
4530
|
|
4518
|
-
attr_accessor :Type, :ServiceName, :ClusterIp, :ExternalIp, :SubnetId, :VpcId, :LoadBalanceId, :Yaml, :Ports, :PortMappingItemList
|
4531
|
+
attr_accessor :Type, :ServiceName, :ClusterIp, :ExternalIp, :SubnetId, :VpcId, :LoadBalanceId, :Yaml, :Ports, :PortMappingItemList, :ExternalDomain
|
4519
4532
|
|
4520
|
-
def initialize(type=nil, servicename=nil, clusterip=nil, externalip=nil, subnetid=nil, vpcid=nil, loadbalanceid=nil, yaml=nil, ports=nil, portmappingitemlist=nil)
|
4533
|
+
def initialize(type=nil, servicename=nil, clusterip=nil, externalip=nil, subnetid=nil, vpcid=nil, loadbalanceid=nil, yaml=nil, ports=nil, portmappingitemlist=nil, externaldomain=nil)
|
4521
4534
|
@Type = type
|
4522
4535
|
@ServiceName = servicename
|
4523
4536
|
@ClusterIp = clusterip
|
@@ -4528,6 +4541,7 @@ module TencentCloud
|
|
4528
4541
|
@Yaml = yaml
|
4529
4542
|
@Ports = ports
|
4530
4543
|
@PortMappingItemList = portmappingitemlist
|
4544
|
+
@ExternalDomain = externaldomain
|
4531
4545
|
end
|
4532
4546
|
|
4533
4547
|
def deserialize(params)
|
@@ -4548,6 +4562,7 @@ module TencentCloud
|
|
4548
4562
|
@PortMappingItemList << serviceportmappingitem_tmp
|
4549
4563
|
end
|
4550
4564
|
end
|
4565
|
+
@ExternalDomain = params['ExternalDomain']
|
4551
4566
|
end
|
4552
4567
|
end
|
4553
4568
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.516
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|