tencentcloud-sdk-monitor 3.0.754 → 3.0.756

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/v20180724/models.rb +14 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7feb478107f27146cb57066b0e31c1042996f89
4
- data.tar.gz: 7e90f03de1558891fbe327f7ca550588c6088ea0
3
+ metadata.gz: 45cd02df9bb2322befb057e52f45b8546527c914
4
+ data.tar.gz: 7c7317d3dd8efac1acfdfc6fbb3f84ff6f1eab16
5
5
  SHA512:
6
- metadata.gz: 15deecc6c7e805d3da161551fd2d9d1e04cf48dbad8b2ef5e9a6f0452ce86c4c261d6132c0ec2d55228d492aac6b217e6722052488a028fab5b8e833c38ab063
7
- data.tar.gz: ea4544ec468e283a19a9285d1df06a0f8d2b26f0fd6cb76343cb81ac9a58c879d196837a4eec046fd0ad006fca174e915344a8b935aafb14f5c18c0dc42089e8
6
+ metadata.gz: 48d457988f91859fd4a9d76596986ce5e16cc634061c72c03db468fd25ddb65de868f530840f55d5da0649467e0303acaa7efa0f4020c1039eebe452cf45dec7
7
+ data.tar.gz: e07241075d2e947644a804d15b1ffe25cd1fee6ddec1e0dc9a266710228fa3c6cb5f6941b5bedd5aaeaaf841190d59976a16a07ac36582cd54c68320bef84e49
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.754
1
+ 3.0.756
@@ -7865,15 +7865,19 @@ module TencentCloud
7865
7865
  # @param EksClusterId: 实例eks集群ID
7866
7866
  # 注意:此字段可能返回 null,表示取不到有效值。
7867
7867
  # @type EksClusterId: String
7868
+ # @param SecurityGroupId: eks集群内pod的安全组
7869
+ # 注意:此字段可能返回 null,表示取不到有效值。
7870
+ # @type SecurityGroupId: String
7868
7871
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7869
7872
  # @type RequestId: String
7870
7873
 
7871
- attr_accessor :Status, :Steps, :EksClusterId, :RequestId
7874
+ attr_accessor :Status, :Steps, :EksClusterId, :SecurityGroupId, :RequestId
7872
7875
 
7873
- def initialize(status=nil, steps=nil, eksclusterid=nil, requestid=nil)
7876
+ def initialize(status=nil, steps=nil, eksclusterid=nil, securitygroupid=nil, requestid=nil)
7874
7877
  @Status = status
7875
7878
  @Steps = steps
7876
7879
  @EksClusterId = eksclusterid
7880
+ @SecurityGroupId = securitygroupid
7877
7881
  @RequestId = requestid
7878
7882
  end
7879
7883
 
@@ -7888,6 +7892,7 @@ module TencentCloud
7888
7892
  end
7889
7893
  end
7890
7894
  @EksClusterId = params['EksClusterId']
7895
+ @SecurityGroupId = params['SecurityGroupId']
7891
7896
  @RequestId = params['RequestId']
7892
7897
  end
7893
7898
  end
@@ -11468,10 +11473,13 @@ module TencentCloud
11468
11473
  # @param Name: agent名称
11469
11474
  # 注意:此字段可能返回 null,表示取不到有效值。
11470
11475
  # @type Name: String
11476
+ # @param EnableExternal: 是否已开启公网访问,true 开启,false 未开启
11477
+ # 注意:此字段可能返回 null,表示取不到有效值。
11478
+ # @type EnableExternal: Boolean
11471
11479
 
11472
- attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason, :Name
11480
+ attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason, :Name, :EnableExternal
11473
11481
 
11474
- def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil, name=nil)
11482
+ def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil, name=nil, enableexternal=nil)
11475
11483
  @ClusterType = clustertype
11476
11484
  @ClusterId = clusterid
11477
11485
  @Status = status
@@ -11481,6 +11489,7 @@ module TencentCloud
11481
11489
  @VpcId = vpcid
11482
11490
  @FailedReason = failedreason
11483
11491
  @Name = name
11492
+ @EnableExternal = enableexternal
11484
11493
  end
11485
11494
 
11486
11495
  def deserialize(params)
@@ -11500,6 +11509,7 @@ module TencentCloud
11500
11509
  @VpcId = params['VpcId']
11501
11510
  @FailedReason = params['FailedReason']
11502
11511
  @Name = params['Name']
11512
+ @EnableExternal = params['EnableExternal']
11503
11513
  end
11504
11514
  end
11505
11515
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.754
4
+ version: 3.0.756
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-21 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-monitor.rb
37
- - lib/v20180724/client.rb
38
37
  - lib/v20180724/models.rb
38
+ - lib/v20180724/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: