tencentcloud-sdk-iecp 1.0.275 → 1.0.276
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/v20210914/models.rb +6 -2
- 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: 560a372d7c2063ddb6de7791a0429d1f7ad8f846
|
4
|
+
data.tar.gz: 7136f96e9f4e36cd84c1422ea6dbb00111015426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8328fd5ea0495528fd4618957c362399b0625ec8590b6b4a13680c0842a3e129f99d692fa10b4a9804880dbe94a432e6cf4ab268fb28807c7156fa148ed17575
|
7
|
+
data.tar.gz: 4ec7d18fbeeb2d2878e3ccb97385f42631e4d9bb83393f724c4fa62cf95af283c459c6d0cb79c042c85b704a1c3b464d6b801475c846173f1675b1e72133af5b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.276
|
data/lib/v20210914/models.rb
CHANGED
@@ -937,16 +937,19 @@ module TencentCloud
|
|
937
937
|
# @type PodCIDR: String
|
938
938
|
# @param ServiceCIDR: 集群service cidr, 默认 10.2.0.0/16
|
939
939
|
# @type ServiceCIDR: String
|
940
|
+
# @param OpenCloudMonitor: 是否开启监控。目前内存中权限开启联系产品开通白名单
|
941
|
+
# @type OpenCloudMonitor: Boolean
|
940
942
|
|
941
|
-
attr_accessor :Name, :K8sVersion, :VpcId, :Description, :PodCIDR, :ServiceCIDR
|
943
|
+
attr_accessor :Name, :K8sVersion, :VpcId, :Description, :PodCIDR, :ServiceCIDR, :OpenCloudMonitor
|
942
944
|
|
943
|
-
def initialize(name=nil, k8sversion=nil, vpcid=nil, description=nil, podcidr=nil, servicecidr=nil)
|
945
|
+
def initialize(name=nil, k8sversion=nil, vpcid=nil, description=nil, podcidr=nil, servicecidr=nil, opencloudmonitor=nil)
|
944
946
|
@Name = name
|
945
947
|
@K8sVersion = k8sversion
|
946
948
|
@VpcId = vpcid
|
947
949
|
@Description = description
|
948
950
|
@PodCIDR = podcidr
|
949
951
|
@ServiceCIDR = servicecidr
|
952
|
+
@OpenCloudMonitor = opencloudmonitor
|
950
953
|
end
|
951
954
|
|
952
955
|
def deserialize(params)
|
@@ -956,6 +959,7 @@ module TencentCloud
|
|
956
959
|
@Description = params['Description']
|
957
960
|
@PodCIDR = params['PodCIDR']
|
958
961
|
@ServiceCIDR = params['ServiceCIDR']
|
962
|
+
@OpenCloudMonitor = params['OpenCloudMonitor']
|
959
963
|
end
|
960
964
|
end
|
961
965
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iecp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.276
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|