tencentcloud-sdk-tione 3.0.762 → 3.0.764

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/v20211111/models.rb +148 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0859e60e53f3b3c7f1d495c200b10b7381bf3d7
4
- data.tar.gz: 5eeff7a66a00b18da72ce98eefb1d86ab820ad2d
3
+ metadata.gz: cc757bd1bb98357c7542e6147e3be2b0019c8245
4
+ data.tar.gz: 3706640d6d1fde33ed5239647cf4f99084bdb1d7
5
5
  SHA512:
6
- metadata.gz: cc1d51b3796d2da98f1a376bec69696f43ec7b509077960aaf0daa737e18ddef4e3875b98a4b0fa5c1f41e9a76aba06acab47c65e5cf3b82a9059f009a8c5492
7
- data.tar.gz: 07ebe556d02592dc9a147df44ecfcfa0957c074e09e68670506ad58dae0b25eaa1fb67968157bf540169cabe837aef1db0ec21a54b17f9447ee93d1c244094f8
6
+ metadata.gz: e579333543cdffd86659870e4511a3202efcf3d9fc24d71a3357e33ec0c5d36e17aaf96ee111596621cd924c461adcae86a21853e7c237ece920e949e5f6c587
7
+ data.tar.gz: 2ad04cc9596193551d7b2e31191160a6f5488474f1acba80d0d6957776b7724465d7e0f8a3cddc810f284326c8eb5af5e65552d93dc2328b2efc7737e88392bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.762
1
+ 3.0.764
@@ -899,10 +899,10 @@ module TencentCloud
899
899
 
900
900
  attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark, :CallbackUrl
901
901
  extend Gem::Deprecate
902
- deprecate :JobType, :none, 2024, 1
903
- deprecate :JobType=, :none, 2024, 1
904
- deprecate :CronInfo, :none, 2024, 1
905
- deprecate :CronInfo=, :none, 2024, 1
902
+ deprecate :JobType, :none, 2024, 2
903
+ deprecate :JobType=, :none, 2024, 2
904
+ deprecate :CronInfo, :none, 2024, 2
905
+ deprecate :CronInfo=, :none, 2024, 2
906
906
 
907
907
  def initialize(batchtaskname=nil, chargetype=nil, resourceconfiginfo=nil, outputs=nil, logenable=nil, jobtype=nil, croninfo=nil, resourcegroupid=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackage=nil, startcmd=nil, dataconfigs=nil, logconfig=nil, vpcid=nil, subnetid=nil, remark=nil, callbackurl=nil)
908
908
  @BatchTaskName = batchtaskname
@@ -2517,6 +2517,28 @@ module TencentCloud
2517
2517
  end
2518
2518
  end
2519
2519
 
2520
+ # 默认内网调用信息
2521
+ class DefaultInnerCallInfo < TencentCloud::Common::AbstractModel
2522
+ # @param VpcIds: 可以进行调用的VPC-ID
2523
+ # 注意:此字段可能返回 null,表示取不到有效值。
2524
+ # @type VpcIds: Array
2525
+ # @param InnerHttpAddr: 默认内网调用地址
2526
+ # 注意:此字段可能返回 null,表示取不到有效值。
2527
+ # @type InnerHttpAddr: String
2528
+
2529
+ attr_accessor :VpcIds, :InnerHttpAddr
2530
+
2531
+ def initialize(vpcids=nil, innerhttpaddr=nil)
2532
+ @VpcIds = vpcids
2533
+ @InnerHttpAddr = innerhttpaddr
2534
+ end
2535
+
2536
+ def deserialize(params)
2537
+ @VpcIds = params['VpcIds']
2538
+ @InnerHttpAddr = params['InnerHttpAddr']
2539
+ end
2540
+ end
2541
+
2520
2542
  # 默认Nginx网关结构
2521
2543
  class DefaultNginxGatewayCallInfo < TencentCloud::Common::AbstractModel
2522
2544
  # @param Host: host
@@ -3138,7 +3160,7 @@ module TencentCloud
3138
3160
  # @type Filters: Array
3139
3161
  # @param Offset: 分页查询起始位置,如:Limit为10,第一页Offset为0,第二页Offset为10....即每页左边为闭区间; 默认0
3140
3162
  # @type Offset: Integer
3141
- # @param Limit: 分页查询每页大小,最大30; 默认20
3163
+ # @param Limit: 分页查询每页大小,默认20
3142
3164
  # @type Limit: Integer
3143
3165
  # @param Order: 排序方向; 枚举值: ASC | DESC;默认DESC
3144
3166
  # @type Order: String
@@ -3212,7 +3234,9 @@ module TencentCloud
3212
3234
 
3213
3235
  # DescribeBillingResourceGroups请求参数结构体
3214
3236
  class DescribeBillingResourceGroupsRequest < TencentCloud::Common::AbstractModel
3215
- # @param Type: 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理
3237
+ # @param Type: 资源组类型;
3238
+ # 枚举值:
3239
+ # 空: 通用, TRAIN: 训练, INFERENCE: 推理
3216
3240
  # @type Type: String
3217
3241
  # @param Filters: Filter.Name: 枚举值: ResourceGroupId (资源组id列表)
3218
3242
  # ResourceGroupName (资源组名称列表)
@@ -3223,8 +3247,7 @@ module TencentCloud
3223
3247
  # @type TagFilters: Array
3224
3248
  # @param Offset: 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间
3225
3249
  # @type Offset: Integer
3226
- # @param Limit: 返回数量,默认为20,最大值为30;
3227
- # 注意:小于0则默认为20;大于30则默认为30
3250
+ # @param Limit: 分页查询每页大小,默认20
3228
3251
  # @type Limit: Integer
3229
3252
  # @param SearchWord: 支持模糊查找资源组id和资源组名
3230
3253
  # @type SearchWord: String
@@ -6124,14 +6147,18 @@ module TencentCloud
6124
6147
  # @param InnerHttpsAddr: 内网https调用地址
6125
6148
  # 注意:此字段可能返回 null,表示取不到有效值。
6126
6149
  # @type InnerHttpsAddr: Array
6150
+ # @param State: 私有连接状态
6151
+ # 注意:此字段可能返回 null,表示取不到有效值。
6152
+ # @type State: String
6127
6153
 
6128
- attr_accessor :VpcId, :SubnetId, :InnerHttpAddr, :InnerHttpsAddr
6154
+ attr_accessor :VpcId, :SubnetId, :InnerHttpAddr, :InnerHttpsAddr, :State
6129
6155
 
6130
- def initialize(vpcid=nil, subnetid=nil, innerhttpaddr=nil, innerhttpsaddr=nil)
6156
+ def initialize(vpcid=nil, subnetid=nil, innerhttpaddr=nil, innerhttpsaddr=nil, state=nil)
6131
6157
  @VpcId = vpcid
6132
6158
  @SubnetId = subnetid
6133
6159
  @InnerHttpAddr = innerhttpaddr
6134
6160
  @InnerHttpsAddr = innerhttpsaddr
6161
+ @State = state
6135
6162
  end
6136
6163
 
6137
6164
  def deserialize(params)
@@ -6139,6 +6166,7 @@ module TencentCloud
6139
6166
  @SubnetId = params['SubnetId']
6140
6167
  @InnerHttpAddr = params['InnerHttpAddr']
6141
6168
  @InnerHttpsAddr = params['InnerHttpsAddr']
6169
+ @State = params['State']
6142
6170
  end
6143
6171
  end
6144
6172
 
@@ -6238,12 +6266,20 @@ module TencentCloud
6238
6266
  # @param ServiceEIPInfo: 共享弹性网卡信息
6239
6267
  # 注意:此字段可能返回 null,表示取不到有效值。
6240
6268
  # @type ServiceEIPInfo: Array
6269
+ # @param PrivateLinkInfos: 私有连接信息
6270
+ # 注意:此字段可能返回 null,表示取不到有效值。
6271
+ # @type PrivateLinkInfos: Array
6272
+ # @param DefaultInnerCallInfos: 默认内网调用信息
6273
+ # 注意:此字段可能返回 null,表示取不到有效值。
6274
+ # @type DefaultInnerCallInfos: Array
6241
6275
 
6242
- attr_accessor :IngressPrivateLinkInfo, :ServiceEIPInfo
6276
+ attr_accessor :IngressPrivateLinkInfo, :ServiceEIPInfo, :PrivateLinkInfos, :DefaultInnerCallInfos
6243
6277
 
6244
- def initialize(ingressprivatelinkinfo=nil, serviceeipinfo=nil)
6278
+ def initialize(ingressprivatelinkinfo=nil, serviceeipinfo=nil, privatelinkinfos=nil, defaultinnercallinfos=nil)
6245
6279
  @IngressPrivateLinkInfo = ingressprivatelinkinfo
6246
6280
  @ServiceEIPInfo = serviceeipinfo
6281
+ @PrivateLinkInfos = privatelinkinfos
6282
+ @DefaultInnerCallInfos = defaultinnercallinfos
6247
6283
  end
6248
6284
 
6249
6285
  def deserialize(params)
@@ -6259,6 +6295,22 @@ module TencentCloud
6259
6295
  @ServiceEIPInfo << serviceeipinfo_tmp
6260
6296
  end
6261
6297
  end
6298
+ unless params['PrivateLinkInfos'].nil?
6299
+ @PrivateLinkInfos = []
6300
+ params['PrivateLinkInfos'].each do |i|
6301
+ privatelinkinfo_tmp = PrivateLinkInfo.new
6302
+ privatelinkinfo_tmp.deserialize(i)
6303
+ @PrivateLinkInfos << privatelinkinfo_tmp
6304
+ end
6305
+ end
6306
+ unless params['DefaultInnerCallInfos'].nil?
6307
+ @DefaultInnerCallInfos = []
6308
+ params['DefaultInnerCallInfos'].each do |i|
6309
+ defaultinnercallinfo_tmp = DefaultInnerCallInfo.new
6310
+ defaultinnercallinfo_tmp.deserialize(i)
6311
+ @DefaultInnerCallInfos << defaultinnercallinfo_tmp
6312
+ end
6313
+ end
6262
6314
  end
6263
6315
  end
6264
6316
 
@@ -8026,6 +8078,43 @@ module TencentCloud
8026
8078
  end
8027
8079
  end
8028
8080
 
8081
+ # 私有连接信息
8082
+ class PrivateLinkInfo < TencentCloud::Common::AbstractModel
8083
+ # @param VpcId: 私有连接所在的VPCID
8084
+ # 注意:此字段可能返回 null,表示取不到有效值。
8085
+ # @type VpcId: String
8086
+ # @param SubnetId: 私有连接所在的子网ID
8087
+ # 注意:此字段可能返回 null,表示取不到有效值。
8088
+ # @type SubnetId: String
8089
+ # @param InnerHttpAddr: HTTP内网调用地址
8090
+ # 注意:此字段可能返回 null,表示取不到有效值。
8091
+ # @type InnerHttpAddr: Array
8092
+ # @param InnerHttpsAddr: HTTPS内网调用地址
8093
+ # 注意:此字段可能返回 null,表示取不到有效值。
8094
+ # @type InnerHttpsAddr: Array
8095
+ # @param State: 私有连接状态
8096
+ # 注意:此字段可能返回 null,表示取不到有效值。
8097
+ # @type State: String
8098
+
8099
+ attr_accessor :VpcId, :SubnetId, :InnerHttpAddr, :InnerHttpsAddr, :State
8100
+
8101
+ def initialize(vpcid=nil, subnetid=nil, innerhttpaddr=nil, innerhttpsaddr=nil, state=nil)
8102
+ @VpcId = vpcid
8103
+ @SubnetId = subnetid
8104
+ @InnerHttpAddr = innerhttpaddr
8105
+ @InnerHttpsAddr = innerhttpsaddr
8106
+ @State = state
8107
+ end
8108
+
8109
+ def deserialize(params)
8110
+ @VpcId = params['VpcId']
8111
+ @SubnetId = params['SubnetId']
8112
+ @InnerHttpAddr = params['InnerHttpAddr']
8113
+ @InnerHttpsAddr = params['InnerHttpsAddr']
8114
+ @State = params['State']
8115
+ end
8116
+ end
8117
+
8029
8118
  # PushTrainingMetrics请求参数结构体
8030
8119
  class PushTrainingMetricsRequest < TencentCloud::Common::AbstractModel
8031
8120
  # @param Data: 指标数据
@@ -8782,10 +8871,10 @@ module TencentCloud
8782
8871
  # @param BusinessStatus: 服务的业务状态
8783
8872
  # 注意:此字段可能返回 null,表示取不到有效值。
8784
8873
  # @type BusinessStatus: String
8785
- # @param ServiceLimit: 已废弃
8874
+ # @param ServiceLimit: 已废弃,以ServiceInfo中的对应为准
8786
8875
  # 注意:此字段可能返回 null,表示取不到有效值。
8787
8876
  # @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
8788
- # @param ScheduledAction: 已废弃
8877
+ # @param ScheduledAction: 已废弃,以ServiceInfo中的对应为准
8789
8878
  # 注意:此字段可能返回 null,表示取不到有效值。
8790
8879
  # @type ScheduledAction: :class:`Tencentcloud::Tione.v20211111.models.ScheduledAction`
8791
8880
  # @param CreateFailedReason: 服务创建失败的原因,创建成功后该字段为默认值 CREATE_SUCCEED
@@ -8819,10 +8908,18 @@ module TencentCloud
8819
8908
  # @param LatestVersion: 服务组下服务的最高版本号
8820
8909
  # 注意:此字段可能返回 null,表示取不到有效值。
8821
8910
  # @type LatestVersion: String
8911
+ # @param ResourceGroupSWType: 资源组类别 托管 NORMAL,纳管 SW
8912
+ # 注意:此字段可能返回 null,表示取不到有效值。
8913
+ # @type ResourceGroupSWType: String
8822
8914
 
8823
- 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
8915
+ 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
8916
+ extend Gem::Deprecate
8917
+ deprecate :ServiceLimit, :none, 2024, 2
8918
+ deprecate :ServiceLimit=, :none, 2024, 2
8919
+ deprecate :ScheduledAction, :none, 2024, 2
8920
+ deprecate :ScheduledAction=, :none, 2024, 2
8824
8921
 
8825
- 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)
8922
+ 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)
8826
8923
  @ServiceGroupId = servicegroupid
8827
8924
  @ServiceId = serviceid
8828
8925
  @ServiceGroupName = servicegroupname
@@ -8852,6 +8949,7 @@ module TencentCloud
8852
8949
  @CreateSource = createsource
8853
8950
  @Version = version
8854
8951
  @LatestVersion = latestversion
8952
+ @ResourceGroupSWType = resourcegroupswtype
8855
8953
  end
8856
8954
 
8857
8955
  def deserialize(params)
@@ -8900,6 +8998,7 @@ module TencentCloud
8900
8998
  @CreateSource = params['CreateSource']
8901
8999
  @Version = params['Version']
8902
9000
  @LatestVersion = params['LatestVersion']
9001
+ @ResourceGroupSWType = params['ResourceGroupSWType']
8903
9002
  end
8904
9003
  end
8905
9004
 
@@ -8926,10 +9025,13 @@ module TencentCloud
8926
9025
  # @param AppSecret: 调用secret
8927
9026
  # 注意:此字段可能返回 null,表示取不到有效值。
8928
9027
  # @type AppSecret: String
9028
+ # @param AuthorizationEnable: 鉴权是否开启
9029
+ # 注意:此字段可能返回 null,表示取不到有效值。
9030
+ # @type AuthorizationEnable: Boolean
8929
9031
 
8930
- attr_accessor :ServiceGroupId, :InnerHttpAddr, :InnerHttpsAddr, :OuterHttpAddr, :OuterHttpsAddr, :AppKey, :AppSecret
9032
+ attr_accessor :ServiceGroupId, :InnerHttpAddr, :InnerHttpsAddr, :OuterHttpAddr, :OuterHttpsAddr, :AppKey, :AppSecret, :AuthorizationEnable
8931
9033
 
8932
- def initialize(servicegroupid=nil, innerhttpaddr=nil, innerhttpsaddr=nil, outerhttpaddr=nil, outerhttpsaddr=nil, appkey=nil, appsecret=nil)
9034
+ def initialize(servicegroupid=nil, innerhttpaddr=nil, innerhttpsaddr=nil, outerhttpaddr=nil, outerhttpsaddr=nil, appkey=nil, appsecret=nil, authorizationenable=nil)
8933
9035
  @ServiceGroupId = servicegroupid
8934
9036
  @InnerHttpAddr = innerhttpaddr
8935
9037
  @InnerHttpsAddr = innerhttpsaddr
@@ -8937,6 +9039,7 @@ module TencentCloud
8937
9039
  @OuterHttpsAddr = outerhttpsaddr
8938
9040
  @AppKey = appkey
8939
9041
  @AppSecret = appsecret
9042
+ @AuthorizationEnable = authorizationenable
8940
9043
  end
8941
9044
 
8942
9045
  def deserialize(params)
@@ -8947,6 +9050,7 @@ module TencentCloud
8947
9050
  @OuterHttpsAddr = params['OuterHttpsAddr']
8948
9051
  @AppKey = params['AppKey']
8949
9052
  @AppSecret = params['AppSecret']
9053
+ @AuthorizationEnable = params['AuthorizationEnable']
8950
9054
  end
8951
9055
  end
8952
9056
 
@@ -9065,10 +9169,16 @@ module TencentCloud
9065
9169
  # UPDATE_FAILED 更新失败
9066
9170
  # 注意:此字段可能返回 null,表示取不到有效值。
9067
9171
  # @type WeightUpdateStatus: String
9172
+ # @param ReplicasCount: 服务组下运行的pod数量
9173
+ # 注意:此字段可能返回 null,表示取不到有效值。
9174
+ # @type ReplicasCount: Integer
9175
+ # @param AvailableReplicasCount: 服务组下期望的pod数
9176
+ # 注意:此字段可能返回 null,表示取不到有效值。
9177
+ # @type AvailableReplicasCount: Integer
9068
9178
 
9069
- attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus
9179
+ attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus, :ReplicasCount, :AvailableReplicasCount
9070
9180
 
9071
- def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil)
9181
+ def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil, replicascount=nil, availablereplicascount=nil)
9072
9182
  @ServiceGroupId = servicegroupid
9073
9183
  @ServiceGroupName = servicegroupname
9074
9184
  @CreatedBy = createdby
@@ -9085,6 +9195,8 @@ module TencentCloud
9085
9195
  @BillingInfo = billinginfo
9086
9196
  @CreateSource = createsource
9087
9197
  @WeightUpdateStatus = weightupdatestatus
9198
+ @ReplicasCount = replicascount
9199
+ @AvailableReplicasCount = availablereplicascount
9088
9200
  end
9089
9201
 
9090
9202
  def deserialize(params)
@@ -9118,6 +9230,8 @@ module TencentCloud
9118
9230
  @BillingInfo = params['BillingInfo']
9119
9231
  @CreateSource = params['CreateSource']
9120
9232
  @WeightUpdateStatus = params['WeightUpdateStatus']
9233
+ @ReplicasCount = params['ReplicasCount']
9234
+ @AvailableReplicasCount = params['AvailableReplicasCount']
9121
9235
  end
9122
9236
  end
9123
9237
 
@@ -9203,9 +9317,6 @@ module TencentCloud
9203
9317
  # @param Weight: 权重
9204
9318
  # 注意:此字段可能返回 null,表示取不到有效值。
9205
9319
  # @type Weight: Integer
9206
- # @param PodList: 实例列表
9207
- # 注意:此字段可能返回 null,表示取不到有效值。
9208
- # @type PodList: Array
9209
9320
  # @param ResourceTotal: 资源总量
9210
9321
  # 注意:此字段可能返回 null,表示取不到有效值。
9211
9322
  # @type ResourceTotal: :class:`Tencentcloud::Tione.v20211111.models.ResourceInfo`
@@ -9234,6 +9345,9 @@ module TencentCloud
9234
9345
  # @param ScheduledAction: 定时停止的配置
9235
9346
  # 注意:此字段可能返回 null,表示取不到有效值。
9236
9347
  # @type ScheduledAction: String
9348
+ # @param PodList: 实例列表
9349
+ # 注意:此字段可能返回 null,表示取不到有效值。
9350
+ # @type PodList: Array
9237
9351
  # @param Pods: Pod列表信息
9238
9352
  # 注意:此字段可能返回 null,表示取不到有效值。
9239
9353
  # @type Pods: :class:`Tencentcloud::Tione.v20211111.models.Pod`
@@ -9259,9 +9373,14 @@ module TencentCloud
9259
9373
  # 注意:此字段可能返回 null,表示取不到有效值。
9260
9374
  # @type ServiceEIP: :class:`Tencentcloud::Tione.v20211111.models.ServiceEIP`
9261
9375
 
9262
- attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :PodList, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP
9376
+ 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
9377
+ extend Gem::Deprecate
9378
+ deprecate :PodList, :none, 2024, 2
9379
+ deprecate :PodList=, :none, 2024, 2
9380
+ deprecate :Pods, :none, 2024, 2
9381
+ deprecate :Pods=, :none, 2024, 2
9263
9382
 
9264
- 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, podlist=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scalemode=nil, cronscalejobs=nil, scalestrategy=nil, scheduledaction=nil, pods=nil, podinfos=nil, servicelimit=nil, modelturboenable=nil, volumemount=nil, infercodeinfo=nil, command=nil, serviceeip=nil)
9383
+ 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)
9265
9384
  @Replicas = replicas
9266
9385
  @ImageInfo = imageinfo
9267
9386
  @Env = env
@@ -9274,7 +9393,6 @@ module TencentCloud
9274
9393
  @HorizontalPodAutoscaler = horizontalpodautoscaler
9275
9394
  @Status = status
9276
9395
  @Weight = weight
9277
- @PodList = podlist
9278
9396
  @ResourceTotal = resourcetotal
9279
9397
  @OldReplicas = oldreplicas
9280
9398
  @HybridBillingPrepaidReplicas = hybridbillingprepaidreplicas
@@ -9284,6 +9402,7 @@ module TencentCloud
9284
9402
  @CronScaleJobs = cronscalejobs
9285
9403
  @ScaleStrategy = scalestrategy
9286
9404
  @ScheduledAction = scheduledaction
9405
+ @PodList = podlist
9287
9406
  @Pods = pods
9288
9407
  @PodInfos = podinfos
9289
9408
  @ServiceLimit = servicelimit
@@ -9332,7 +9451,6 @@ module TencentCloud
9332
9451
  @Status.deserialize(params['Status'])
9333
9452
  end
9334
9453
  @Weight = params['Weight']
9335
- @PodList = params['PodList']
9336
9454
  unless params['ResourceTotal'].nil?
9337
9455
  @ResourceTotal = ResourceInfo.new
9338
9456
  @ResourceTotal.deserialize(params['ResourceTotal'])
@@ -9352,6 +9470,7 @@ module TencentCloud
9352
9470
  end
9353
9471
  @ScaleStrategy = params['ScaleStrategy']
9354
9472
  @ScheduledAction = params['ScheduledAction']
9473
+ @PodList = params['PodList']
9355
9474
  unless params['Pods'].nil?
9356
9475
  @Pods = Pod.new
9357
9476
  @Pods.deserialize(params['Pods'])
@@ -10859,8 +10978,8 @@ module TencentCloud
10859
10978
 
10860
10979
  attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
10861
10980
  extend Gem::Deprecate
10862
- deprecate :StatefulSetCondition, :none, 2024, 1
10863
- deprecate :StatefulSetCondition=, :none, 2024, 1
10981
+ deprecate :StatefulSetCondition, :none, 2024, 2
10982
+ deprecate :StatefulSetCondition=, :none, 2024, 2
10864
10983
 
10865
10984
  def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
10866
10985
  @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.762
4
+ version: 3.0.764
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-02-01 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common