tencentcloud-sdk-gwlb 3.0.1050 → 3.0.1051

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240906/models.rb +0 -12
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8daabc4f746cd16819a6ca3dca5b57a4dba85e8
4
- data.tar.gz: ffa2725e92934070869fbba6cc37d422acab2e30
3
+ metadata.gz: 7c922c29cd6295caeec31664852a750ae549c58c
4
+ data.tar.gz: 9cd5eb1fe5db8c24379188228b6d9e4ec665290b
5
5
  SHA512:
6
- metadata.gz: 561101b7399cbf8703ce168a09f9dbba86098682e3cbac23318da197af884015d9921494653256f318805c87f479d645e5404223770fd584770cc5672f44a846
7
- data.tar.gz: 6f47806f33826417d98aa854167f57fe8e6079e2cfd2788002f8e254ae664c1157ae730955261b41cf2157b8fbc6a03e011428069d9efcdfd3e4229b6b3e2944
6
+ metadata.gz: d8672c77790cdcb65f9c09f19e46007937cf87d8cbe2b109a734c615cd35786d3a721315d03fbe2130693ec6624828362a56efd52990e2822aa498a47b5ce33c
7
+ data.tar.gz: 96cd5f04b5b031e1cc882f849fa8a1d70c81322c4a748031a8d1946857c77d2d91290a95dc3072492fe7b92dc09dd33ae13d0771933df972bab3d0904245f1be
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1050
1
+ 3.0.1051
@@ -123,10 +123,8 @@ module TencentCloud
123
123
  class CreateGatewayLoadBalancerResponse < TencentCloud::Common::AbstractModel
124
124
  # @param LoadBalancerIds: 由网关负载均衡实例唯一 ID 组成的数组。
125
125
  # 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
126
- # 注意:此字段可能返回 null,表示取不到有效值。
127
126
  # @type LoadBalancerIds: Array
128
127
  # @param DealName: 订单号。
129
- # 注意:此字段可能返回 null,表示取不到有效值。
130
128
  # @type DealName: String
131
129
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
132
130
  # @type RequestId: String
@@ -892,10 +890,8 @@ module TencentCloud
892
890
  # 描述了单项的价格信息
893
891
  class ItemPrice < TencentCloud::Common::AbstractModel
894
892
  # @param UnitPrice: 后付费单价,单位:元。
895
- # 注意:此字段可能返回 null,表示取不到有效值。
896
893
  # @type UnitPrice: Float
897
894
  # @param ChargeUnit: 后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)。
898
- # 注意:此字段可能返回 null,表示取不到有效值。
899
895
  # @type ChargeUnit: String
900
896
  # @param OriginalPrice: 预支费用的原价,单位:元。
901
897
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -904,10 +900,8 @@ module TencentCloud
904
900
  # 注意:此字段可能返回 null,表示取不到有效值。
905
901
  # @type DiscountPrice: Float
906
902
  # @param UnitPriceDiscount: 后付费的折扣单价,单位:元。
907
- # 注意:此字段可能返回 null,表示取不到有效值。
908
903
  # @type UnitPriceDiscount: Float
909
904
  # @param Discount: 折扣,如20.0代表2折。
910
- # 注意:此字段可能返回 null,表示取不到有效值。
911
905
  # @type Discount: Float
912
906
 
913
907
  attr_accessor :UnitPrice, :ChargeUnit, :OriginalPrice, :DiscountPrice, :UnitPriceDiscount, :Discount
@@ -1064,10 +1058,8 @@ module TencentCloud
1064
1058
  # 表示网关负载均衡的价格
1065
1059
  class Price < TencentCloud::Common::AbstractModel
1066
1060
  # @param InstancePrice: 描述了实例价格。
1067
- # 注意:此字段可能返回 null,表示取不到有效值。
1068
1061
  # @type InstancePrice: :class:`Tencentcloud::Gwlb.v20240906.models.ItemPrice`
1069
1062
  # @param LcuPrice: 描述了GLCU的价格。
1070
- # 注意:此字段可能返回 null,表示取不到有效值。
1071
1063
  # @type LcuPrice: :class:`Tencentcloud::Gwlb.v20240906.models.ItemPrice`
1072
1064
 
1073
1065
  attr_accessor :InstancePrice, :LcuPrice
@@ -1185,16 +1177,12 @@ module TencentCloud
1185
1177
  # @param Weight: 后端服务的转发权重,取值为0或16
1186
1178
  # @type Weight: Integer
1187
1179
  # @param PublicIpAddresses: 后端服务的外网 IP
1188
- # 注意:此字段可能返回 null,表示取不到有效值。
1189
1180
  # @type PublicIpAddresses: Array
1190
1181
  # @param PrivateIpAddresses: 后端服务的内网 IP
1191
- # 注意:此字段可能返回 null,表示取不到有效值。
1192
1182
  # @type PrivateIpAddresses: Array
1193
1183
  # @param InstanceName: 后端服务的实例名称
1194
- # 注意:此字段可能返回 null,表示取不到有效值。
1195
1184
  # @type InstanceName: String
1196
1185
  # @param RegisteredTime: 后端服务被绑定的时间
1197
- # 注意:此字段可能返回 null,表示取不到有效值。
1198
1186
  # @type RegisteredTime: String
1199
1187
  # @param EniId: 弹性网卡唯一ID
1200
1188
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gwlb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1050
4
+ version: 3.0.1051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud