tencentcloud-sdk-tione 3.0.838 → 3.0.839
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/v20211111/models.rb +75 -23
- 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: f0728636034dc31d5e7c9b14ff2937aee321b077
|
4
|
+
data.tar.gz: f0e67fc1b591885d4f7a7a3a0220b9c0739cf833
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04f9ba924df4a5bea05163958c61b90f3780dbd1129d16dc00b68e85ec00d08d632b94d7b527c3fcca1719e9b3898d5c8a655c19acf27247e089408069bb5809
|
7
|
+
data.tar.gz: 198f788ee0341fa7eb26911b5dd7ea05948e06fd75e94f76c8c4032c7b650e057f5d6701bae2f25c5f3cea534c0939d9eb1f9b29064a54401b0d726088ffaeb1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.839
|
data/lib/v20211111/models.rb
CHANGED
@@ -2340,17 +2340,21 @@ module TencentCloud
|
|
2340
2340
|
# @param IntranetCallInfo: 内网调用信息
|
2341
2341
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2342
2342
|
# @type IntranetCallInfo: :class:`Tencentcloud::Tione.v20211111.models.IntranetCallInfo`
|
2343
|
+
# @param ServiceCallInfoV2: 基于新网关的服务调用信息
|
2344
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2345
|
+
# @type ServiceCallInfoV2: :class:`Tencentcloud::Tione.v20211111.models.ServiceCallInfoV2`
|
2343
2346
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2344
2347
|
# @type RequestId: String
|
2345
2348
|
|
2346
|
-
attr_accessor :ServiceCallInfo, :InferGatewayCallInfo, :DefaultNginxGatewayCallInfo, :TJCallInfo, :IntranetCallInfo, :RequestId
|
2349
|
+
attr_accessor :ServiceCallInfo, :InferGatewayCallInfo, :DefaultNginxGatewayCallInfo, :TJCallInfo, :IntranetCallInfo, :ServiceCallInfoV2, :RequestId
|
2347
2350
|
|
2348
|
-
def initialize(servicecallinfo=nil, infergatewaycallinfo=nil, defaultnginxgatewaycallinfo=nil, tjcallinfo=nil, intranetcallinfo=nil, requestid=nil)
|
2351
|
+
def initialize(servicecallinfo=nil, infergatewaycallinfo=nil, defaultnginxgatewaycallinfo=nil, tjcallinfo=nil, intranetcallinfo=nil, servicecallinfov2=nil, requestid=nil)
|
2349
2352
|
@ServiceCallInfo = servicecallinfo
|
2350
2353
|
@InferGatewayCallInfo = infergatewaycallinfo
|
2351
2354
|
@DefaultNginxGatewayCallInfo = defaultnginxgatewaycallinfo
|
2352
2355
|
@TJCallInfo = tjcallinfo
|
2353
2356
|
@IntranetCallInfo = intranetcallinfo
|
2357
|
+
@ServiceCallInfoV2 = servicecallinfov2
|
2354
2358
|
@RequestId = requestid
|
2355
2359
|
end
|
2356
2360
|
|
@@ -2375,6 +2379,10 @@ module TencentCloud
|
|
2375
2379
|
@IntranetCallInfo = IntranetCallInfo.new
|
2376
2380
|
@IntranetCallInfo.deserialize(params['IntranetCallInfo'])
|
2377
2381
|
end
|
2382
|
+
unless params['ServiceCallInfoV2'].nil?
|
2383
|
+
@ServiceCallInfoV2 = ServiceCallInfoV2.new
|
2384
|
+
@ServiceCallInfoV2.deserialize(params['ServiceCallInfoV2'])
|
2385
|
+
end
|
2378
2386
|
@RequestId = params['RequestId']
|
2379
2387
|
end
|
2380
2388
|
end
|
@@ -3638,20 +3646,24 @@ module TencentCloud
|
|
3638
3646
|
# @param ServiceEIPInfo: 共享弹性网卡信息
|
3639
3647
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3640
3648
|
# @type ServiceEIPInfo: Array
|
3649
|
+
# @param DefaultInnerCallInfos: 默认内网调用信息
|
3650
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3651
|
+
# @type DefaultInnerCallInfos: Array
|
3641
3652
|
# @param PrivateLinkInfos: 私有连接信息
|
3642
3653
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3643
3654
|
# @type PrivateLinkInfos: Array
|
3644
|
-
# @param
|
3655
|
+
# @param PrivateLinkInfosV2: 基于新网关的私有连接信息
|
3645
3656
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3646
|
-
# @type
|
3657
|
+
# @type PrivateLinkInfosV2: Array
|
3647
3658
|
|
3648
|
-
attr_accessor :IngressPrivateLinkInfo, :ServiceEIPInfo, :PrivateLinkInfos, :
|
3659
|
+
attr_accessor :IngressPrivateLinkInfo, :ServiceEIPInfo, :DefaultInnerCallInfos, :PrivateLinkInfos, :PrivateLinkInfosV2
|
3649
3660
|
|
3650
|
-
def initialize(ingressprivatelinkinfo=nil, serviceeipinfo=nil, privatelinkinfos=nil,
|
3661
|
+
def initialize(ingressprivatelinkinfo=nil, serviceeipinfo=nil, defaultinnercallinfos=nil, privatelinkinfos=nil, privatelinkinfosv2=nil)
|
3651
3662
|
@IngressPrivateLinkInfo = ingressprivatelinkinfo
|
3652
3663
|
@ServiceEIPInfo = serviceeipinfo
|
3653
|
-
@PrivateLinkInfos = privatelinkinfos
|
3654
3664
|
@DefaultInnerCallInfos = defaultinnercallinfos
|
3665
|
+
@PrivateLinkInfos = privatelinkinfos
|
3666
|
+
@PrivateLinkInfosV2 = privatelinkinfosv2
|
3655
3667
|
end
|
3656
3668
|
|
3657
3669
|
def deserialize(params)
|
@@ -3667,6 +3679,14 @@ module TencentCloud
|
|
3667
3679
|
@ServiceEIPInfo << serviceeipinfo_tmp
|
3668
3680
|
end
|
3669
3681
|
end
|
3682
|
+
unless params['DefaultInnerCallInfos'].nil?
|
3683
|
+
@DefaultInnerCallInfos = []
|
3684
|
+
params['DefaultInnerCallInfos'].each do |i|
|
3685
|
+
defaultinnercallinfo_tmp = DefaultInnerCallInfo.new
|
3686
|
+
defaultinnercallinfo_tmp.deserialize(i)
|
3687
|
+
@DefaultInnerCallInfos << defaultinnercallinfo_tmp
|
3688
|
+
end
|
3689
|
+
end
|
3670
3690
|
unless params['PrivateLinkInfos'].nil?
|
3671
3691
|
@PrivateLinkInfos = []
|
3672
3692
|
params['PrivateLinkInfos'].each do |i|
|
@@ -3675,12 +3695,12 @@ module TencentCloud
|
|
3675
3695
|
@PrivateLinkInfos << privatelinkinfo_tmp
|
3676
3696
|
end
|
3677
3697
|
end
|
3678
|
-
unless params['
|
3679
|
-
@
|
3680
|
-
params['
|
3681
|
-
|
3682
|
-
|
3683
|
-
@
|
3698
|
+
unless params['PrivateLinkInfosV2'].nil?
|
3699
|
+
@PrivateLinkInfosV2 = []
|
3700
|
+
params['PrivateLinkInfosV2'].each do |i|
|
3701
|
+
privatelinkinfo_tmp = PrivateLinkInfo.new
|
3702
|
+
privatelinkinfo_tmp.deserialize(i)
|
3703
|
+
@PrivateLinkInfosV2 << privatelinkinfo_tmp
|
3684
3704
|
end
|
3685
3705
|
end
|
3686
3706
|
end
|
@@ -5584,10 +5604,10 @@ module TencentCloud
|
|
5584
5604
|
|
5585
5605
|
attr_accessor :ServiceGroupId, :ServiceId, :ServiceGroupName, :ServiceDescription, :ServiceInfo, :ClusterId, :Region, :Namespace, :ChargeType, :ResourceGroupId, :ResourceGroupName, :Tags, :IngressName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :SubUin, :AppId, :BusinessStatus, :ServiceLimit, :ScheduledAction, :CreateFailedReason, :Status, :BillingInfo, :Weight, :CreateSource, :Version, :LatestVersion, :ResourceGroupSWType
|
5586
5606
|
extend Gem::Deprecate
|
5587
|
-
deprecate :ServiceLimit, :none, 2024,
|
5588
|
-
deprecate :ServiceLimit=, :none, 2024,
|
5589
|
-
deprecate :ScheduledAction, :none, 2024,
|
5590
|
-
deprecate :ScheduledAction=, :none, 2024,
|
5607
|
+
deprecate :ServiceLimit, :none, 2024, 6
|
5608
|
+
deprecate :ServiceLimit=, :none, 2024, 6
|
5609
|
+
deprecate :ScheduledAction, :none, 2024, 6
|
5610
|
+
deprecate :ScheduledAction=, :none, 2024, 6
|
5591
5611
|
|
5592
5612
|
def initialize(servicegroupid=nil, serviceid=nil, servicegroupname=nil, servicedescription=nil, serviceinfo=nil, clusterid=nil, region=nil, namespace=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, tags=nil, ingressname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, subuin=nil, appid=nil, businessstatus=nil, servicelimit=nil, scheduledaction=nil, createfailedreason=nil, status=nil, billinginfo=nil, weight=nil, createsource=nil, version=nil, latestversion=nil, resourcegroupswtype=nil)
|
5593
5613
|
@ServiceGroupId = servicegroupid
|
@@ -5724,6 +5744,38 @@ module TencentCloud
|
|
5724
5744
|
end
|
5725
5745
|
end
|
5726
5746
|
|
5747
|
+
# V2版本的服务调用信息
|
5748
|
+
class ServiceCallInfoV2 < TencentCloud::Common::AbstractModel
|
5749
|
+
# @param ServiceGroupId: 服务组id
|
5750
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5751
|
+
# @type ServiceGroupId: String
|
5752
|
+
# @param InternetEndpoint: 服务的公网调用地址
|
5753
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5754
|
+
# @type InternetEndpoint: String
|
5755
|
+
# @param AuthorizationEnable: 鉴权是否开启
|
5756
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5757
|
+
# @type AuthorizationEnable: Boolean
|
5758
|
+
# @param AuthToken: 鉴权token,仅当AuthorizationEnable为true时有效
|
5759
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5760
|
+
# @type AuthToken: String
|
5761
|
+
|
5762
|
+
attr_accessor :ServiceGroupId, :InternetEndpoint, :AuthorizationEnable, :AuthToken
|
5763
|
+
|
5764
|
+
def initialize(servicegroupid=nil, internetendpoint=nil, authorizationenable=nil, authtoken=nil)
|
5765
|
+
@ServiceGroupId = servicegroupid
|
5766
|
+
@InternetEndpoint = internetendpoint
|
5767
|
+
@AuthorizationEnable = authorizationenable
|
5768
|
+
@AuthToken = authtoken
|
5769
|
+
end
|
5770
|
+
|
5771
|
+
def deserialize(params)
|
5772
|
+
@ServiceGroupId = params['ServiceGroupId']
|
5773
|
+
@InternetEndpoint = params['InternetEndpoint']
|
5774
|
+
@AuthorizationEnable = params['AuthorizationEnable']
|
5775
|
+
@AuthToken = params['AuthToken']
|
5776
|
+
end
|
5777
|
+
end
|
5778
|
+
|
5727
5779
|
# 服务共享弹性网卡设置
|
5728
5780
|
class ServiceEIP < TencentCloud::Common::AbstractModel
|
5729
5781
|
# @param EnableEIP: 是否开启TIONE内网到外部的访问
|
@@ -6011,10 +6063,10 @@ module TencentCloud
|
|
6011
6063
|
|
6012
6064
|
attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :PodList, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP, :ServicePort
|
6013
6065
|
extend Gem::Deprecate
|
6014
|
-
deprecate :PodList, :none, 2024,
|
6015
|
-
deprecate :PodList=, :none, 2024,
|
6016
|
-
deprecate :Pods, :none, 2024,
|
6017
|
-
deprecate :Pods=, :none, 2024,
|
6066
|
+
deprecate :PodList, :none, 2024, 6
|
6067
|
+
deprecate :PodList=, :none, 2024, 6
|
6068
|
+
deprecate :Pods, :none, 2024, 6
|
6069
|
+
deprecate :Pods=, :none, 2024, 6
|
6018
6070
|
|
6019
6071
|
def initialize(replicas=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, modelinfo=nil, logenable=nil, logconfig=nil, authorizationenable=nil, horizontalpodautoscaler=nil, status=nil, weight=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scalemode=nil, cronscalejobs=nil, scalestrategy=nil, scheduledaction=nil, podlist=nil, pods=nil, podinfos=nil, servicelimit=nil, modelturboenable=nil, volumemount=nil, infercodeinfo=nil, command=nil, serviceeip=nil, serviceport=nil)
|
6020
6072
|
@Replicas = replicas
|
@@ -7021,8 +7073,8 @@ module TencentCloud
|
|
7021
7073
|
|
7022
7074
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
7023
7075
|
extend Gem::Deprecate
|
7024
|
-
deprecate :StatefulSetCondition, :none, 2024,
|
7025
|
-
deprecate :StatefulSetCondition=, :none, 2024,
|
7076
|
+
deprecate :StatefulSetCondition, :none, 2024, 6
|
7077
|
+
deprecate :StatefulSetCondition=, :none, 2024, 6
|
7026
7078
|
|
7027
7079
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
7028
7080
|
@Replicas = replicas
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tione
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.839
|
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-06-
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|