tencentcloud-sdk-tem 3.0.515 → 3.0.517

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210701/models.rb +21 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99758d927b87a5a2b53cdee9add00c889696fbd7
4
- data.tar.gz: 471f05e0f6bded42dbf2e019c8971824cc39ec08
3
+ metadata.gz: 83a7f8aad385ffad058f1d3ed770baeb78b86849
4
+ data.tar.gz: 2a4458566f184cf7f2d4d7a67ad7c05eb544510a
5
5
  SHA512:
6
- metadata.gz: 754e248af8e0e6d3fa54b95590bf6d87e373b03e769f2e539a60e9637df073e955e3d6b9e109f3fbbab1be68186f9f112096ac9de80a016b4c9e0e67133f0be9
7
- data.tar.gz: 9cf50757dc00face19385bea6c977d1d09786b1f15c07ba426d0e6627d568678e7b5ed664cfce2f43e173c2f94d176a1a38fb100460e572d7c3d1a084a2f23e6
6
+ metadata.gz: 8bde501a8200a2494dca0f1e5d842c30f05dd628846be97be39cf166dca0872e586dec5eedb27d8a8c9d2eabc318692611de3de75045f3794b8589635b71502e
7
+ data.tar.gz: bde8caf885d8fd2f541b93194ad6cb098e006b345905a7ed7271d56f6d1ed67e2358871c3e1b4f599b743d5573488145ac5fd4bd0f484f41db535cbd5a0fa237
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.515
1
+ 3.0.517
@@ -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.515
4
+ version: 3.0.517
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-23 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common