tencentcloud-sdk-dc 3.0.1003 → 3.0.1004

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eda875cb606077e62e513c21b7c7f342485b4ebb
4
- data.tar.gz: 398a6f3d157f60efe56fa7a2a2bcf5f6e0e9b1fd
3
+ metadata.gz: d70ad52d3c086b14cff4ad5bd327067ceebb277c
4
+ data.tar.gz: 8af78ff46a3cc198388cc305329dc944ef85e8e7
5
5
  SHA512:
6
- metadata.gz: e295523426f7d21651de2b1d0c6bea6eb15b1fba6a81f10d72864cd72d0bfde7cddd3dd93c2bc06fcb1bccc4d85811d23dd958cd0bc3b5ca9d202e70d7be4038
7
- data.tar.gz: 2d97d77fc8c9997812c0e98f92328bb3dee1528a750f6f1f879b7c54d709ef4c190e8571f573f13f5d10d91304316331532a4c9decb016cad2d8d72fa3f3ab67
6
+ metadata.gz: b4f3d4225b54bdab2c360c7a547ad77f9fbabdc31b290e422e802515d16ffd0e021ea668d9ea44e3ea1132382196ee67f235ce0c24c914df54da024c526f7462
7
+ data.tar.gz: 7a6f2657d898e76d3300235de49e1641f18cb7bcf5045ab67c018d37bd67e170b97b66f8f44156cdc2843d4ce08303c93b1ff190b0c1868fb5c7f8d97ca2e87e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1003
1
+ 3.0.1004
@@ -75,10 +75,12 @@ module TencentCloud
75
75
  # @type AccessPointType: String
76
76
  # @param AvailablePortInfo: 端口规格信息。
77
77
  # @type AvailablePortInfo: Array
78
+ # @param Address: 接入点地址。
79
+ # @type Address: String
78
80
 
79
- attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo
81
+ attr_accessor :AccessPointName, :AccessPointId, :State, :Location, :LineOperator, :RegionId, :AvailablePortType, :Coordinate, :City, :Area, :AccessPointType, :AvailablePortInfo, :Address
80
82
 
81
- def initialize(accesspointname=nil, accesspointid=nil, state=nil, location=nil, lineoperator=nil, regionid=nil, availableporttype=nil, coordinate=nil, city=nil, area=nil, accesspointtype=nil, availableportinfo=nil)
83
+ def initialize(accesspointname=nil, accesspointid=nil, state=nil, location=nil, lineoperator=nil, regionid=nil, availableporttype=nil, coordinate=nil, city=nil, area=nil, accesspointtype=nil, availableportinfo=nil, address=nil)
82
84
  @AccessPointName = accesspointname
83
85
  @AccessPointId = accesspointid
84
86
  @State = state
@@ -91,6 +93,7 @@ module TencentCloud
91
93
  @Area = area
92
94
  @AccessPointType = accesspointtype
93
95
  @AvailablePortInfo = availableportinfo
96
+ @Address = address
94
97
  end
95
98
 
96
99
  def deserialize(params)
@@ -116,6 +119,7 @@ module TencentCloud
116
119
  @AvailablePortInfo << portspecification_tmp
117
120
  end
118
121
  end
122
+ @Address = params['Address']
119
123
  end
120
124
  end
121
125
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1003
4
+ version: 3.0.1004
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-20 00:00:00.000000000 Z
11
+ date: 2025-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common