Class: TencentCloud::Gaap::V20180529::AccessConfiguration
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::AccessConfiguration
- Defined in:
- lib/v20180529/models.rb
Overview
通道组加速地域列表,包括加速地域,以及该加速地域对应的带宽和并发配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accessregion = nil, bandwidth = nil, concurrent = nil, networktype = nil) ⇒ AccessConfiguration
constructor
A new instance of AccessConfiguration.
Constructor Details
#initialize(accessregion = nil, bandwidth = nil, concurrent = nil, networktype = nil) ⇒ AccessConfiguration
Returns a new instance of AccessConfiguration.
33 34 35 36 37 38 |
# File 'lib/v20180529/models.rb', line 33 def initialize(accessregion=nil, bandwidth=nil, concurrent=nil, networktype=nil) @AccessRegion = accessregion @Bandwidth = bandwidth @Concurrent = concurrent @NetworkType = networktype end |
Instance Attribute Details
#AccessRegion ⇒ Object
31 32 33 |
# File 'lib/v20180529/models.rb', line 31 def AccessRegion @AccessRegion end |
#Bandwidth ⇒ Object
31 32 33 |
# File 'lib/v20180529/models.rb', line 31 def Bandwidth @Bandwidth end |
#Concurrent ⇒ Object
31 32 33 |
# File 'lib/v20180529/models.rb', line 31 def Concurrent @Concurrent end |
#NetworkType ⇒ Object
31 32 33 |
# File 'lib/v20180529/models.rb', line 31 def NetworkType @NetworkType end |
Instance Method Details
#deserialize(params) ⇒ Object
40 41 42 43 44 45 |
# File 'lib/v20180529/models.rb', line 40 def deserialize(params) @AccessRegion = params['AccessRegion'] @Bandwidth = params['Bandwidth'] @Concurrent = params['Concurrent'] @NetworkType = params['NetworkType'] end |