tencentcloud-sdk-vpc 3.0.713 → 3.0.714
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +13 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a0858bc72a9dec5a58aaf22cbc1ee4e0123383b
|
4
|
+
data.tar.gz: 9edcd7410eba17bbd610f9a719d0d057ee1fd13a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f790244a2e9c1b04156080fe04ac6423ddd43bd54a889a05be3eb28efaace9d3877ec088b8304bd52d3bdf28338e0f2e23196a6e3ca30526b687288cab15812a
|
7
|
+
data.tar.gz: c476dcb688635e7e355901d5748b713fc8397486762ba2155b2e3df44ecb37b634afefbf66d915921848a76945d5e718e2d06ca80955cd06cb02c496751c21c6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.714
|
data/lib/v20170312/models.rb
CHANGED
@@ -11357,7 +11357,7 @@ module TencentCloud
|
|
11357
11357
|
# @type Limit: Integer
|
11358
11358
|
# @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
|
11359
11359
|
# @type EndPointServiceIds: Array
|
11360
|
-
# @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li
|
11360
|
+
# @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li>列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,那些终端节点服务授权了该账户。</li>
|
11361
11361
|
# @type IsListAuthorizedEndPointService: Boolean
|
11362
11362
|
|
11363
11363
|
attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds, :IsListAuthorizedEndPointService
|
@@ -13737,10 +13737,16 @@ module TencentCloud
|
|
13737
13737
|
# @type CreateTime: String
|
13738
13738
|
# @param ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
|
13739
13739
|
# @type ServiceType: String
|
13740
|
+
# @param ServiceUin: Uin
|
13741
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13742
|
+
# @type ServiceUin: String
|
13743
|
+
# @param BusinessIpType: 服务IP类型
|
13744
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13745
|
+
# @type BusinessIpType: Integer
|
13740
13746
|
|
13741
|
-
attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType
|
13747
|
+
attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType, :ServiceUin, :BusinessIpType
|
13742
13748
|
|
13743
|
-
def initialize(endpointserviceid=nil, vpcid=nil, serviceowner=nil, servicename=nil, servicevip=nil, serviceinstanceid=nil, autoacceptflag=nil, endpointcount=nil, endpointset=nil, createtime=nil, servicetype=nil)
|
13749
|
+
def initialize(endpointserviceid=nil, vpcid=nil, serviceowner=nil, servicename=nil, servicevip=nil, serviceinstanceid=nil, autoacceptflag=nil, endpointcount=nil, endpointset=nil, createtime=nil, servicetype=nil, serviceuin=nil, businessiptype=nil)
|
13744
13750
|
@EndPointServiceId = endpointserviceid
|
13745
13751
|
@VpcId = vpcid
|
13746
13752
|
@ServiceOwner = serviceowner
|
@@ -13752,6 +13758,8 @@ module TencentCloud
|
|
13752
13758
|
@EndPointSet = endpointset
|
13753
13759
|
@CreateTime = createtime
|
13754
13760
|
@ServiceType = servicetype
|
13761
|
+
@ServiceUin = serviceuin
|
13762
|
+
@BusinessIpType = businessiptype
|
13755
13763
|
end
|
13756
13764
|
|
13757
13765
|
def deserialize(params)
|
@@ -13773,6 +13781,8 @@ module TencentCloud
|
|
13773
13781
|
end
|
13774
13782
|
@CreateTime = params['CreateTime']
|
13775
13783
|
@ServiceType = params['ServiceType']
|
13784
|
+
@ServiceUin = params['ServiceUin']
|
13785
|
+
@BusinessIpType = params['BusinessIpType']
|
13776
13786
|
end
|
13777
13787
|
end
|
13778
13788
|
|