tencentcloud-sdk-monitor 1.0.229 → 1.0.233
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/v20180724/models.rb +7 -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: 2a1cdb3ca1371a2eba5ff7e3a784e28a330b6d5d
|
4
|
+
data.tar.gz: afeed31de1eb311da34723663b72402799cb064b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67a410df289a7163b1f027ddfa34bad553662309af9b08c44be63483c61e1f643de291c6d25c190f2d7a69d09d8a84da954d4a80063d2de10f5dfa800c55640c
|
7
|
+
data.tar.gz: d32cdc1eafd234d91125b38ae3bb0fb8661d61332ddca860211b097757ed66d2f0a7e15f4852e7f0e2fdadbf8abc7fe2f09a4c0366a5ed34be14906cbc61ec34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.233
|
data/lib/v20180724/models.rb
CHANGED
@@ -5776,10 +5776,13 @@ module TencentCloud
|
|
5776
5776
|
# @param Grant: 实例的授权信息
|
5777
5777
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5778
5778
|
# @type Grant: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusInstanceGrantInfo`
|
5779
|
+
# @param GrafanaInstanceId: 绑定的 Grafana 实例 ID
|
5780
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5781
|
+
# @type GrafanaInstanceId: String
|
5779
5782
|
|
5780
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceChargeType, :RegionId, :Zone, :VpcId, :SubnetId, :DataRetentionTime, :InstanceStatus, :GrafanaURL, :CreatedAt, :EnableGrafana, :IPv4Address, :TagSpecification, :ExpireTime, :ChargeStatus, :SpecName, :AutoRenewFlag, :IsNearExpire, :AuthToken, :RemoteWrite, :ApiRootPath, :ProxyAddress, :GrafanaStatus, :GrafanaIpWhiteList, :Grant
|
5783
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceChargeType, :RegionId, :Zone, :VpcId, :SubnetId, :DataRetentionTime, :InstanceStatus, :GrafanaURL, :CreatedAt, :EnableGrafana, :IPv4Address, :TagSpecification, :ExpireTime, :ChargeStatus, :SpecName, :AutoRenewFlag, :IsNearExpire, :AuthToken, :RemoteWrite, :ApiRootPath, :ProxyAddress, :GrafanaStatus, :GrafanaIpWhiteList, :Grant, :GrafanaInstanceId
|
5781
5784
|
|
5782
|
-
def initialize(instanceid=nil, instancename=nil, instancechargetype=nil, regionid=nil, zone=nil, vpcid=nil, subnetid=nil, dataretentiontime=nil, instancestatus=nil, grafanaurl=nil, createdat=nil, enablegrafana=nil, ipv4address=nil, tagspecification=nil, expiretime=nil, chargestatus=nil, specname=nil, autorenewflag=nil, isnearexpire=nil, authtoken=nil, remotewrite=nil, apirootpath=nil, proxyaddress=nil, grafanastatus=nil, grafanaipwhitelist=nil, grant=nil)
|
5785
|
+
def initialize(instanceid=nil, instancename=nil, instancechargetype=nil, regionid=nil, zone=nil, vpcid=nil, subnetid=nil, dataretentiontime=nil, instancestatus=nil, grafanaurl=nil, createdat=nil, enablegrafana=nil, ipv4address=nil, tagspecification=nil, expiretime=nil, chargestatus=nil, specname=nil, autorenewflag=nil, isnearexpire=nil, authtoken=nil, remotewrite=nil, apirootpath=nil, proxyaddress=nil, grafanastatus=nil, grafanaipwhitelist=nil, grant=nil, grafanainstanceid=nil)
|
5783
5786
|
@InstanceId = instanceid
|
5784
5787
|
@InstanceName = instancename
|
5785
5788
|
@InstanceChargeType = instancechargetype
|
@@ -5806,6 +5809,7 @@ module TencentCloud
|
|
5806
5809
|
@GrafanaStatus = grafanastatus
|
5807
5810
|
@GrafanaIpWhiteList = grafanaipwhitelist
|
5808
5811
|
@Grant = grant
|
5812
|
+
@GrafanaInstanceId = grafanainstanceid
|
5809
5813
|
end
|
5810
5814
|
|
5811
5815
|
def deserialize(params)
|
@@ -5845,6 +5849,7 @@ module TencentCloud
|
|
5845
5849
|
@Grant = PrometheusInstanceGrantInfo.new
|
5846
5850
|
@Grant.deserialize(params['Grant'])
|
5847
5851
|
end
|
5852
|
+
@GrafanaInstanceId = params['GrafanaInstanceId']
|
5848
5853
|
end
|
5849
5854
|
end
|
5850
5855
|
|
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: 1.0.
|
4
|
+
version: 1.0.233
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|