Class: TencentCloud::Dc::V20180410::BGPStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dc::V20180410::BGPStatus
- Defined in:
- lib/v20180410/models.rb
Overview
bgp状态信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tencentaddressbgpstate = nil, tencentbackupaddressbgpstate = nil) ⇒ BGPStatus
constructor
A new instance of BGPStatus.
Constructor Details
#initialize(tencentaddressbgpstate = nil, tencentbackupaddressbgpstate = nil) ⇒ BGPStatus
Returns a new instance of BGPStatus.
219 220 221 222 |
# File 'lib/v20180410/models.rb', line 219 def initialize(tencentaddressbgpstate=nil, tencentbackupaddressbgpstate=nil) @TencentAddressBgpState = tencentaddressbgpstate @TencentBackupAddressBgpState = tencentbackupaddressbgpstate end |
Instance Attribute Details
#TencentAddressBgpState ⇒ Object
217 218 219 |
# File 'lib/v20180410/models.rb', line 217 def TencentAddressBgpState @TencentAddressBgpState end |
#TencentBackupAddressBgpState ⇒ Object
217 218 219 |
# File 'lib/v20180410/models.rb', line 217 def TencentBackupAddressBgpState @TencentBackupAddressBgpState end |
Instance Method Details
#deserialize(params) ⇒ Object
224 225 226 227 |
# File 'lib/v20180410/models.rb', line 224 def deserialize(params) @TencentAddressBgpState = params['TencentAddressBgpState'] @TencentBackupAddressBgpState = params['TencentBackupAddressBgpState'] end |